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, summaryText
content, 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
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
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 © 2017 ECG. All rights reserved.