public static class BWSystem.SystemZoneNetAddressGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String[] |
netAddress |
protected IPAddressRange[] |
netAddressRange |
protected String |
zoneName |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
SystemZoneNetAddressGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getNetAddress() |
IPAddressRange[] |
getNetAddressRange() |
String |
getZoneName() |
int |
hashCode() |
void |
setNetAddress(String... netAddress) |
void |
setNetAddressRange(IPAddressRange... netAddressRange) |
void |
setZoneName(String zoneName) |
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 String[] netAddress
protected IPAddressRange[] netAddressRange
protected String zoneName
public void setNetAddress(String... netAddress)
public String[] getNetAddress()
public void setNetAddressRange(IPAddressRange... netAddressRange)
public IPAddressRange[] getNetAddressRange()
public void setZoneName(String zoneName)
public String getZoneName()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.