Class Signature
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.auxiliary.notification.emergency.Signature
@ApiType("SoftLayer_Auxiliary_Notification_Emergency_Signature") public class Signature extends Entity
Every SoftLayer_Auxiliary_Notification_Emergency has a signatureId that references a SoftLayer_Auxiliary_Notification_Emergency_Signature data type. The signature is the user or group responsible for the current event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Signature.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
name
The name or signature for the current Emergency Notification.protected boolean
nameSpecified
-
Constructor Summary
Constructors Constructor Description Signature()
-
Method Summary
-
Field Details
-
name
The name or signature for the current Emergency Notification. -
nameSpecified
protected boolean nameSpecified
-
-
Constructor Details
-
Signature
public Signature()
-
-
Method Details
-
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName()
-