public static class BWSystem.SystemNetworkServerSyncParametersGetResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enableSync |
protected Boolean |
syncDeviceManagementInfo |
protected Boolean |
syncLinePorts |
protected Boolean |
syncTrunkGroups |
commandType, detailText, request, responseContent, summaryText, xPath| Constructor and Description |
|---|
SystemNetworkServerSyncParametersGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getEnableSync() |
Boolean |
getSyncDeviceManagementInfo() |
Boolean |
getSyncLinePorts() |
Boolean |
getSyncTrunkGroups() |
int |
hashCode() |
void |
setEnableSync(Boolean enableSync) |
void |
setSyncDeviceManagementInfo(Boolean syncDeviceManagementInfo) |
void |
setSyncLinePorts(Boolean syncLinePorts) |
void |
setSyncTrunkGroups(Boolean syncTrunkGroups) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponseprotected Boolean enableSync
protected Boolean syncLinePorts
protected Boolean syncDeviceManagementInfo
protected Boolean syncTrunkGroups
public SystemNetworkServerSyncParametersGetResponse()
public void setEnableSync(Boolean enableSync)
public Boolean getEnableSync()
public void setSyncLinePorts(Boolean syncLinePorts)
public Boolean getSyncLinePorts()
public void setSyncDeviceManagementInfo(Boolean syncDeviceManagementInfo)
public Boolean getSyncDeviceManagementInfo()
public void setSyncTrunkGroups(Boolean syncTrunkGroups)
public Boolean getSyncTrunkGroups()
@GwtIncompatible protected void transform()
ResponseCopyright © 2016 ECG. All rights reserved.