Package com.softlayer.api.service.ticket
Class State
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.ticket.State
@ApiType("SoftLayer_Ticket_State") public class State extends Entity
- See Also:
- SoftLayer_Ticket_State
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classState.Mask -
Field Summary
Fields Modifier and Type Field Description protected Longidprotected booleanidSpecifiedprotected TypestateTypeprotected LongstateTypeIdprotected booleanstateTypeIdSpecifiedprotected Ticketticketprotected LongticketIdprotected booleanticketIdSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description State() -
Method Summary
Modifier and Type Method Description LonggetId()TypegetStateType()LonggetStateTypeId()TicketgetTicket()LonggetTicketId()booleanisIdSpecified()booleanisStateTypeIdSpecified()booleanisTicketIdSpecified()voidsetId(Long id)voidsetStateType(Type stateType)voidsetStateTypeId(Long stateTypeId)voidsetTicket(Ticket ticket)voidsetTicketId(Long ticketId)voidunsetId()voidunsetStateTypeId()voidunsetTicketId()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
stateType
-
ticket
-
id
-
idSpecified
protected boolean idSpecified -
stateTypeId
-
stateTypeIdSpecified
protected boolean stateTypeIdSpecified -
ticketId
-
ticketIdSpecified
protected boolean ticketIdSpecified
-
-
Constructor Details
-
State
public State()
-
-
Method Details
-
getStateType
-
setStateType
-
getTicket
-
setTicket
-
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getStateTypeId
-
setStateTypeId
-
isStateTypeIdSpecified
public boolean isStateTypeIdSpecified() -
unsetStateTypeId
public void unsetStateTypeId() -
getTicketId
-
setTicketId
-
isTicketIdSpecified
public boolean isTicketIdSpecified() -
unsetTicketId
public void unsetTicketId()
-