Package co.ecg.alpaca.toolkit.generated
Class Group.GroupAnnouncementFileGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupAnnouncementFileGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
public static class Group.GroupAnnouncementFileGetResponse extends Response
Response to GroupAnnouncementFileGetRequest22. The response contains the file size, uploaded timestamp, description and usage for an announcement file in the user announcement repository. The usage table has columns "Service Name", and "Instance Name". The Service Name values correspond to string values of the GroupService and UserService data types. With the exception of the string "Voice Portal" which is returned when the announcement is being used by Voice Portal Personalized Name. The following data elements are only used in AS data mode: announcementFileExternalId
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringannouncementFileExternalIdprotected AnnouncementFileKeyannouncementFileKeyprotected Stringdescriptionprotected Integerfilesizeprotected StringgroupIdprotected OffsetDateTimelastUploadedprotected StringserviceProviderIdprotected List<GroupAnnouncementFileUsageTableRow>usageTableFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText -
Constructor Summary
Constructors Constructor Description GroupAnnouncementFileGetResponse() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAnnouncementFileExternalId()AnnouncementFileKeygetAnnouncementFileKey()StringgetDescription()IntegergetFilesize()StringgetGroupId()OffsetDateTimegetLastUploaded()StringgetServiceProviderId()List<GroupAnnouncementFileUsageTableRow>getUsageTable()inthashCode()voidsetAnnouncementFileExternalId(String announcementFileExternalId)voidsetAnnouncementFileKey(AnnouncementFileKey announcementFileKey)voidsetDescription(String description)voidsetFilesize(Integer filesize)voidsetGroupId(String groupId)voidsetLastUploaded(OffsetDateTime lastUploaded)voidsetServiceProviderId(String serviceProviderId)voidsetUsageTable(List<GroupAnnouncementFileUsageTableRow> usageTable)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
Constructor Details
-
GroupAnnouncementFileGetResponse
public GroupAnnouncementFileGetResponse()
-
-
Method Details
-
setDescription
-
getDescription
-
setFilesize
-
getFilesize
-
setLastUploaded
-
getLastUploaded
-
setServiceProviderId
-
getServiceProviderId
-
setGroupId
-
getGroupId
-
setAnnouncementFileKey
-
getAnnouncementFileKey
-
setAnnouncementFileExternalId
-
getAnnouncementFileExternalId
-
setUsageTable
-
getUsageTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-