public class GroupEmergencyZonesGetResponseProxy extends GroupServiceProxy implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
emergencyCallNotifyEmailAddress |
EmergencyZonesProhibition |
emergencyZonesProhibition |
GroupProxy |
groupProxy |
Boolean |
isActive |
Boolean |
sendEmergencyCallNotifyEmail |
Constructor and Description |
---|
GroupEmergencyZonesGetResponseProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getEmergencyCallNotifyEmailAddress() |
EmergencyZonesProhibition |
getEmergencyZonesProhibition() |
GroupProxy |
getGroupProxy() |
Boolean |
getIsActive() |
Boolean |
getSendEmergencyCallNotifyEmail() |
void |
setEmergencyCallNotifyEmailAddress(String emergencyCallNotifyEmailAddress) |
void |
setEmergencyZonesProhibition(EmergencyZonesProhibition emergencyZonesProhibition) |
void |
setGroupProxy(GroupProxy groupProxy) |
void |
setIsActive(Boolean isActive) |
void |
setSendEmergencyCallNotifyEmail(Boolean sendEmergencyCallNotifyEmail) |
public GroupProxy groupProxy
public Boolean isActive
public EmergencyZonesProhibition emergencyZonesProhibition
public Boolean sendEmergencyCallNotifyEmail
public String emergencyCallNotifyEmailAddress
public void setGroupProxy(GroupProxy groupProxy)
public GroupProxy getGroupProxy()
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()
Copyright © 2016 ECG, Inc. All rights reserved.