public class UploadStatistics extends java.lang.Object implements LocalId, java.lang.Cloneable
This class represents a fragment of an upload-related query.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
Constructor and Description |
---|
UploadStatistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getCommunityName()
Returns the value of the community name
|
java.lang.String |
getDocumentExtension()
Gets the value of the document extension
|
java.lang.Long |
getId()
Gets the ID of this
UploadStatistics object |
java.lang.String |
getKnowledgeCenterName()
Gets the value of the name of the knowledge center
|
java.lang.Long |
getNumberOfDocumentsUploaded()
Gets the value of the number of documents uploaded
|
java.lang.Long |
getNumberOfUploads()
Gets the value of the number of uploads
|
java.sql.Timestamp |
getUploadDate()
Gets the value of the date of the upload
|
java.lang.Long |
getUploadDayOfWeek()
Gets the value of the day of the week of the upload
|
java.lang.Long |
getUploadHourOfDay()
Gets the value of the hour of the day of the upload
|
void |
setCommunityName(java.lang.String commname)
Sets the value of the community name
|
void |
setDocumentExtension(java.lang.String ext)
Sets the value of the document extension
|
void |
setId(java.lang.Long id)
Sets the ID of this
UploadStatistics object |
void |
setKnowledgeCenterName(java.lang.String kcname)
Sets the value of the name of the knowledge center
|
void |
setNumberOfDocumentsUploaded(java.lang.Long num)
Sets the value of the number of documents uploaded
|
void |
setNumberOfUploads(java.lang.Long num)
Sets the value of the number of uploads
|
void |
setUploadDate(java.sql.Timestamp uldate)
Sets the value of the date of the upload
|
void |
setUploadDayOfWeek(java.lang.Long udow)
Sets the value of the day of the week of the upload
|
void |
setUploadHourOfDay(java.lang.Long uhod)
Sets the value of the hour of the day of the upload
|
public java.lang.String getCommunityName()
public java.lang.String getDocumentExtension()
public java.lang.String getKnowledgeCenterName()
public java.lang.Long getNumberOfDocumentsUploaded()
public java.lang.Long getNumberOfUploads()
public java.sql.Timestamp getUploadDate()
public java.lang.Long getUploadDayOfWeek()
public java.lang.Long getUploadHourOfDay()
public void setCommunityName(java.lang.String commname)
commname
- the value of the community namepublic void setDocumentExtension(java.lang.String ext)
ext
- the value of the document extensionpublic void setKnowledgeCenterName(java.lang.String kcname)
kcname
- the value of the name of the knowledge centerpublic void setNumberOfDocumentsUploaded(java.lang.Long num)
num
- the value of the number of documents uploadedpublic void setNumberOfUploads(java.lang.Long num)
num
- the value of the number of uploadspublic void setUploadDate(java.sql.Timestamp uldate)
uldate
- the value of the date of the uploadpublic void setUploadDayOfWeek(java.lang.Long udow)
udow
- a number representing the day of the weekpublic void setUploadHourOfDay(java.lang.Long uhod)
uhod
- a number representing the hour of the day (in 24h format)public java.lang.Long getId()
UploadStatistics
objectgetId
in interface LocalId
UploadStatistics
objectLocalId.setId(Long)
public void setId(java.lang.Long id)
UploadStatistics
objectsetId
in interface LocalId
id
- the ID of this UploadStatistics
objectLocalId.getId()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.