Class Priority
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.ticket.Priority
@ApiType("SoftLayer_Container_Ticket_Priority") public class Priority extends Entity
- See Also:
- SoftLayer_Container_Ticket_Priority
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Priority.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected boolean
nameSpecified
protected Long
value
protected boolean
valueSpecified
-
Constructor Summary
Constructors Constructor Description Priority()
-
Method Summary
Modifier and Type Method Description String
getName()
Long
getValue()
boolean
isNameSpecified()
boolean
isValueSpecified()
void
setName(String name)
void
setValue(Long value)
void
unsetName()
void
unsetValue()
-
Field Details
-
name
-
nameSpecified
protected boolean nameSpecified -
value
-
valueSpecified
protected boolean valueSpecified
-
-
Constructor Details
-
Priority
public Priority()
-
-
Method Details
-
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName() -
getValue
-
setValue
-
isValueSpecified
public boolean isValueSpecified() -
unsetValue
public void unsetValue()
-