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
public static class BWSystem.SystemLicensingGetResponse extends Response
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".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTime
expirationDate
protected List<SystemLicensingGroupServiceLicenseTableRow>
groupServiceLicenseTable
protected Integer
groupUserlimit
protected String[]
hostId
protected String[]
licenseName
protected LicenseStrictness
licenseStrictness
protected Integer
numberOfTrunkUsers
protected List<SystemLicensingSubscriberLicenseTableRow>
subscriberLicenseTable
protected String[]
systemId
protected List<SystemLicensingSystemParamLicenseTableRow>
systemParamLicenseTable
protected List<SystemLicensingUserServiceLicenseTableRow>
userServiceLicenseTable
protected List<SystemLicensingVirtualServiceLicenseTableRow>
virtualServiceLicenseTable
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description SystemLicensingGetResponse()
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods 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 Detail
-
licenseStrictness
protected LicenseStrictness licenseStrictness
-
groupUserlimit
protected Integer groupUserlimit
-
expirationDate
protected OffsetDateTime expirationDate
-
systemId
protected String[] systemId
-
hostId
protected String[] hostId
-
licenseName
protected String[] licenseName
-
numberOfTrunkUsers
protected Integer numberOfTrunkUsers
-
subscriberLicenseTable
protected List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable
-
groupServiceLicenseTable
protected List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable
-
virtualServiceLicenseTable
protected List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable
-
userServiceLicenseTable
protected List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable
-
systemParamLicenseTable
protected List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable
-
-
Method Detail
-
setLicenseStrictness
public void setLicenseStrictness(LicenseStrictness licenseStrictness)
-
getLicenseStrictness
public LicenseStrictness getLicenseStrictness()
-
setGroupUserlimit
public void setGroupUserlimit(Integer groupUserlimit)
-
getGroupUserlimit
public Integer getGroupUserlimit()
-
setExpirationDate
public void setExpirationDate(OffsetDateTime expirationDate)
-
getExpirationDate
public OffsetDateTime getExpirationDate()
-
setSystemId
public void setSystemId(String... systemId)
-
getSystemId
public String[] getSystemId()
-
setHostId
public void setHostId(String... hostId)
-
getHostId
public String[] getHostId()
-
setLicenseName
public void setLicenseName(String... licenseName)
-
getLicenseName
public String[] getLicenseName()
-
setNumberOfTrunkUsers
public void setNumberOfTrunkUsers(Integer numberOfTrunkUsers)
-
getNumberOfTrunkUsers
public Integer getNumberOfTrunkUsers()
-
setSubscriberLicenseTable
public void setSubscriberLicenseTable(List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable)
-
getSubscriberLicenseTable
public List<SystemLicensingSubscriberLicenseTableRow> getSubscriberLicenseTable()
-
setGroupServiceLicenseTable
public void setGroupServiceLicenseTable(List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable)
-
getGroupServiceLicenseTable
public List<SystemLicensingGroupServiceLicenseTableRow> getGroupServiceLicenseTable()
-
setVirtualServiceLicenseTable
public void setVirtualServiceLicenseTable(List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable)
-
getVirtualServiceLicenseTable
public List<SystemLicensingVirtualServiceLicenseTableRow> getVirtualServiceLicenseTable()
-
setUserServiceLicenseTable
public void setUserServiceLicenseTable(List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable)
-
getUserServiceLicenseTable
public List<SystemLicensingUserServiceLicenseTableRow> getUserServiceLicenseTable()
-
setSystemParamLicenseTable
public void setSystemParamLicenseTable(List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable)
-
getSystemParamLicenseTable
public List<SystemLicensingSystemParamLicenseTableRow> getSystemParamLicenseTable()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-