Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemLicensingGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemLicensingGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
Response to SystemLicensingGetRequest21sp1. The subscriber license table columns are: "Name", "Licensed", "Used" and "Available". The group service license table columns are: "Name", "Licensed", "Used" and "Available". The virtual service license table columns are: "Name", "Licensed", "Used" and "Available". The user service license table columns are: "Name", "Licensed", "Used", "Used By Hosted Users", "Used By Trunk Users", "Available" and "Expiration Date". The system param license table columns are: "Name", "Licensed", "Used", Available". The following elements are only used in AS data mode and not returned in XS data mode: systemId
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeprotected List<SystemLicensingGroupServiceLicenseTableRow>protected Integerprotected String[]protected String[]protected LicenseStrictnessprotected Integerprotected List<SystemLicensingSubscriberLicenseTableRow>protected Stringprotected List<SystemLicensingSystemParamLicenseTableRow>protected List<SystemLicensingUserServiceLicenseTableRow>protected List<SystemLicensingVirtualServiceLicenseTableRow>Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]String[]inthashCode()voidsetExpirationDate(OffsetDateTime expirationDate) voidsetGroupServiceLicenseTable(List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable) voidsetGroupUserlimit(Integer groupUserlimit) voidvoidsetLicenseName(String... licenseName) voidsetLicenseStrictness(LicenseStrictness licenseStrictness) voidsetNumberOfTrunkUsers(Integer numberOfTrunkUsers) voidsetSubscriberLicenseTable(List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable) voidsetSystemId(String systemId) voidsetSystemParamLicenseTable(List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable) voidsetUserServiceLicenseTable(List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable) voidsetVirtualServiceLicenseTable(List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable) toString()voidTransforms 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
-
licenseStrictness
-
groupUserlimit
-
expirationDate
-
hostId
-
licenseName
-
numberOfTrunkUsers
-
systemId
-
subscriberLicenseTable
-
groupServiceLicenseTable
-
virtualServiceLicenseTable
-
userServiceLicenseTable
-
systemParamLicenseTable
-
-
Constructor Details
-
SystemLicensingGetResponse
public SystemLicensingGetResponse()
-
-
Method Details
-
setLicenseStrictness
-
getLicenseStrictness
-
setGroupUserlimit
-
getGroupUserlimit
-
setExpirationDate
-
getExpirationDate
-
setHostId
-
getHostId
-
setLicenseName
-
getLicenseName
-
setNumberOfTrunkUsers
-
getNumberOfTrunkUsers
-
setSystemId
-
getSystemId
-
setSubscriberLicenseTable
public void setSubscriberLicenseTable(List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable) -
getSubscriberLicenseTable
-
setGroupServiceLicenseTable
public void setGroupServiceLicenseTable(List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable) -
getGroupServiceLicenseTable
-
setVirtualServiceLicenseTable
public void setVirtualServiceLicenseTable(List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable) -
getVirtualServiceLicenseTable
-
setUserServiceLicenseTable
public void setUserServiceLicenseTable(List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable) -
getUserServiceLicenseTable
-
setSystemParamLicenseTable
public void setSystemParamLicenseTable(List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable) -
getSystemParamLicenseTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-