public static class BWSystem.SystemShInterfaceRefreshTaskGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isRunning |
protected Integer |
numberPublicIdentities |
protected Integer |
numberPublicIdentityRefreshesStarted |
request, responseContent, xPath
Constructor and Description |
---|
SystemShInterfaceRefreshTaskGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getIsRunning() |
Integer |
getNumberPublicIdentities() |
Integer |
getNumberPublicIdentityRefreshesStarted() |
int |
hashCode() |
void |
setIsRunning(Boolean isRunning) |
void |
setNumberPublicIdentities(Integer numberPublicIdentities) |
void |
setNumberPublicIdentityRefreshesStarted(Integer numberPublicIdentityRefreshesStarted) |
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 isRunning
protected Integer numberPublicIdentityRefreshesStarted
protected Integer numberPublicIdentities
public SystemShInterfaceRefreshTaskGetResponse()
public void setIsRunning(Boolean isRunning)
public Boolean getIsRunning()
public void setNumberPublicIdentityRefreshesStarted(Integer numberPublicIdentityRefreshesStarted)
public Integer getNumberPublicIdentityRefreshesStarted()
public void setNumberPublicIdentities(Integer numberPublicIdentities)
public Integer getNumberPublicIdentities()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.