public static class BWSystem.SystemClientSessionParametersGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enableInactivityTimeout |
protected Integer |
inactivityTimeoutMinutes |
request, responseContent, xPath
Constructor and Description |
---|
SystemClientSessionParametersGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getEnableInactivityTimeout() |
Integer |
getInactivityTimeoutMinutes() |
int |
hashCode() |
void |
setEnableInactivityTimeout(Boolean enableInactivityTimeout) |
void |
setInactivityTimeoutMinutes(Integer inactivityTimeoutMinutes) |
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 Boolean enableInactivityTimeout
protected Integer inactivityTimeoutMinutes
public SystemClientSessionParametersGetResponse()
public void setEnableInactivityTimeout(Boolean enableInactivityTimeout)
public Boolean getEnableInactivityTimeout()
public void setInactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
public Integer getInactivityTimeoutMinutes()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.