public static class BWSystem.SystemLicensingGetResponse extends Response
Modifier and Type | Field and 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 List<SystemLicensingSystemParamLicenseTableRow> |
systemParamLicenseTable |
protected List<SystemLicensingUserServiceLicenseTableRow> |
userServiceLicenseTable |
protected List<SystemLicensingVirtualServiceLicenseTableRow> |
virtualServiceLicenseTable |
request, responseContent, xPath
Constructor and Description |
---|
SystemLicensingGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected LicenseStrictness licenseStrictness
protected Integer groupUserlimit
protected OffsetDateTime expirationDate
protected String[] hostId
protected String[] licenseName
protected Integer numberOfTrunkUsers
protected List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable
protected List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable
protected List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable
protected List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable
protected List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable
public void setLicenseStrictness(LicenseStrictness licenseStrictness)
public LicenseStrictness getLicenseStrictness()
public void setGroupUserlimit(Integer groupUserlimit)
public Integer getGroupUserlimit()
public void setExpirationDate(OffsetDateTime expirationDate)
public OffsetDateTime getExpirationDate()
public void setHostId(String... hostId)
public String[] getHostId()
public void setLicenseName(String... licenseName)
public String[] getLicenseName()
public void setNumberOfTrunkUsers(Integer numberOfTrunkUsers)
public Integer getNumberOfTrunkUsers()
public void setSubscriberLicenseTable(List<SystemLicensingSubscriberLicenseTableRow> subscriberLicenseTable)
public List<SystemLicensingSubscriberLicenseTableRow> getSubscriberLicenseTable()
public void setGroupServiceLicenseTable(List<SystemLicensingGroupServiceLicenseTableRow> groupServiceLicenseTable)
public List<SystemLicensingGroupServiceLicenseTableRow> getGroupServiceLicenseTable()
public void setVirtualServiceLicenseTable(List<SystemLicensingVirtualServiceLicenseTableRow> virtualServiceLicenseTable)
public List<SystemLicensingVirtualServiceLicenseTableRow> getVirtualServiceLicenseTable()
public void setUserServiceLicenseTable(List<SystemLicensingUserServiceLicenseTableRow> userServiceLicenseTable)
public List<SystemLicensingUserServiceLicenseTableRow> getUserServiceLicenseTable()
public void setSystemParamLicenseTable(List<SystemLicensingSystemParamLicenseTableRow> systemParamLicenseTable)
public List<SystemLicensingSystemParamLicenseTableRow> getSystemParamLicenseTable()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.