public static class GroupEmergencyZones.GroupEmergencyZonesGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
emergencyCallNotifyEmailAddress |
protected EmergencyZonesProhibition |
emergencyZonesProhibition |
protected Group |
group |
protected Boolean |
isActive |
protected Boolean |
sendEmergencyCallNotifyEmail |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
GroupEmergencyZonesGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmergencyCallNotifyEmailAddress() |
EmergencyZonesProhibition |
getEmergencyZonesProhibition() |
Group |
getGroup() |
Boolean |
getIsActive() |
Boolean |
getSendEmergencyCallNotifyEmail() |
int |
hashCode() |
void |
setEmergencyCallNotifyEmailAddress(String emergencyCallNotifyEmailAddress) |
void |
setEmergencyZonesProhibition(EmergencyZonesProhibition emergencyZonesProhibition) |
void |
setGroup(Group group) |
void |
setIsActive(Boolean isActive) |
void |
setSendEmergencyCallNotifyEmail(Boolean sendEmergencyCallNotifyEmail) |
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 isActive
protected EmergencyZonesProhibition emergencyZonesProhibition
protected Boolean sendEmergencyCallNotifyEmail
protected String emergencyCallNotifyEmailAddress
protected transient Group group
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setEmergencyZonesProhibition(EmergencyZonesProhibition emergencyZonesProhibition)
public EmergencyZonesProhibition getEmergencyZonesProhibition()
public void setSendEmergencyCallNotifyEmail(Boolean sendEmergencyCallNotifyEmail)
public Boolean getSendEmergencyCallNotifyEmail()
public void setEmergencyCallNotifyEmailAddress(String emergencyCallNotifyEmailAddress)
public String getEmergencyCallNotifyEmailAddress()
public void setGroup(Group group)
public Group getGroup()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.