public static class BWSystem.SystemOCIReportingParametersGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
alterPasswords |
protected Integer |
connectionPingIntervalSeconds |
protected Boolean |
enableConnectionPing |
protected Boolean |
enablePublicIdentityReporting |
protected Integer |
serverPort |
request, responseContent, xPath
Constructor and Description |
---|
SystemOCIReportingParametersGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAlterPasswords() |
Integer |
getConnectionPingIntervalSeconds() |
Boolean |
getEnableConnectionPing() |
Boolean |
getEnablePublicIdentityReporting() |
Integer |
getServerPort() |
int |
hashCode() |
void |
setAlterPasswords(Boolean alterPasswords) |
void |
setConnectionPingIntervalSeconds(Integer connectionPingIntervalSeconds) |
void |
setEnableConnectionPing(Boolean enableConnectionPing) |
void |
setEnablePublicIdentityReporting(Boolean enablePublicIdentityReporting) |
void |
setServerPort(Integer serverPort) |
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, isErrorResponse
protected Integer serverPort
protected Boolean enableConnectionPing
protected Integer connectionPingIntervalSeconds
protected Boolean alterPasswords
protected Boolean enablePublicIdentityReporting
public SystemOCIReportingParametersGetResponse()
public void setServerPort(Integer serverPort)
public Integer getServerPort()
public void setEnableConnectionPing(Boolean enableConnectionPing)
public Boolean getEnableConnectionPing()
public void setConnectionPingIntervalSeconds(Integer connectionPingIntervalSeconds)
public Integer getConnectionPingIntervalSeconds()
public void setAlterPasswords(Boolean alterPasswords)
public Boolean getAlterPasswords()
public void setEnablePublicIdentityReporting(Boolean enablePublicIdentityReporting)
public Boolean getEnablePublicIdentityReporting()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.