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
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Priority()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
-
nameSpecified
protected boolean nameSpecified
-
value
@ApiProperty(canBeNullOrNotSet=true) protected Long value
-
valueSpecified
protected boolean valueSpecified
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
isNameSpecified
public boolean isNameSpecified()
-
unsetName
public void unsetName()
-
getValue
public Long getValue()
-
setValue
public void setValue(Long value)
-
isValueSpecified
public boolean isValueSpecified()
-
unsetValue
public void unsetValue()
-
-