public static class BWSystem.SystemProvisioningValidationGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isActive |
protected Boolean |
isNetworkServerQueryActive |
protected Integer |
timeoutSeconds |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
SystemProvisioningValidationGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getIsActive() |
Boolean |
getIsNetworkServerQueryActive() |
Integer |
getTimeoutSeconds() |
int |
hashCode() |
void |
setIsActive(Boolean isActive) |
void |
setIsNetworkServerQueryActive(Boolean isNetworkServerQueryActive) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected Boolean isActive
protected Boolean isNetworkServerQueryActive
protected Integer timeoutSeconds
public SystemProvisioningValidationGetResponse()
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setIsNetworkServerQueryActive(Boolean isNetworkServerQueryActive)
public Boolean getIsNetworkServerQueryActive()
public void setTimeoutSeconds(Integer timeoutSeconds)
public Integer getTimeoutSeconds()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.