public static class Login.PrimaryInfoGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String[] |
addressForPrimary |
protected String |
hostnameForPrimary |
protected Boolean |
isAddressInfoRequested |
protected Boolean |
isPrimary |
protected Boolean |
isPrivate |
protected String[] |
privateAddressForPrimary |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
PrimaryInfoGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getAddressForPrimary() |
String |
getHostnameForPrimary() |
Boolean |
getIsAddressInfoRequested() |
Boolean |
getIsPrimary() |
Boolean |
getIsPrivate() |
String[] |
getPrivateAddressForPrimary() |
int |
hashCode() |
void |
setAddressForPrimary(String... addressForPrimary) |
void |
setHostnameForPrimary(String hostnameForPrimary) |
void |
setIsAddressInfoRequested(Boolean isAddressInfoRequested) |
void |
setIsPrimary(Boolean isPrimary) |
void |
setIsPrivate(Boolean isPrivate) |
void |
setPrivateAddressForPrimary(String... privateAddressForPrimary) |
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 isPrimary
protected String hostnameForPrimary
protected String[] addressForPrimary
protected String[] privateAddressForPrimary
protected Boolean isPrivate
protected Boolean isAddressInfoRequested
public void setIsPrimary(Boolean isPrimary)
public Boolean getIsPrimary()
public void setHostnameForPrimary(String hostnameForPrimary)
public String getHostnameForPrimary()
public void setAddressForPrimary(String... addressForPrimary)
public String[] getAddressForPrimary()
public void setPrivateAddressForPrimary(String... privateAddressForPrimary)
public String[] getPrivateAddressForPrimary()
public void setIsPrivate(Boolean isPrivate)
public Boolean getIsPrivate()
public void setIsAddressInfoRequested(Boolean isAddressInfoRequested)
public Boolean getIsAddressInfoRequested()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.