Class Ticket
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.provisioning.maintenance.Ticket
@ApiType("SoftLayer_Provisioning_Maintenance_Ticket") public class Ticket extends Entity
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ticket.Mask
static interface
Ticket.Service
static interface
Ticket.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected Slots
availableSlots
protected Long
maintClassId
protected boolean
maintClassIdSpecified
protected Classification
maintenanceClass
protected GregorianCalendar
maintenanceDate
protected boolean
maintenanceDateSpecified
protected Long
maintWindowId
protected boolean
maintWindowIdSpecified
protected Ticket
ticket
protected Long
ticketId
protected boolean
ticketIdSpecified
-
Constructor Summary
Constructors Constructor Description Ticket()
-
Method Summary
Modifier and Type Method Description Slots
getAvailableSlots()
Long
getMaintClassId()
Classification
getMaintenanceClass()
GregorianCalendar
getMaintenanceDate()
Long
getMaintWindowId()
Ticket
getTicket()
Long
getTicketId()
boolean
isMaintClassIdSpecified()
boolean
isMaintenanceDateSpecified()
boolean
isMaintWindowIdSpecified()
boolean
isTicketIdSpecified()
static Ticket.Service
service(ApiClient client)
void
setAvailableSlots(Slots availableSlots)
void
setMaintClassId(Long maintClassId)
void
setMaintenanceClass(Classification maintenanceClass)
void
setMaintenanceDate(GregorianCalendar maintenanceDate)
void
setMaintWindowId(Long maintWindowId)
void
setTicket(Ticket ticket)
void
setTicketId(Long ticketId)
void
unsetMaintClassId()
void
unsetMaintenanceDate()
void
unsetMaintWindowId()
void
unsetTicketId()
-
Field Details
-
availableSlots
-
maintenanceClass
-
ticket
-
maintClassId
-
maintClassIdSpecified
protected boolean maintClassIdSpecified -
maintWindowId
-
maintWindowIdSpecified
protected boolean maintWindowIdSpecified -
maintenanceDate
-
maintenanceDateSpecified
protected boolean maintenanceDateSpecified -
ticketId
-
ticketIdSpecified
protected boolean ticketIdSpecified
-
-
Constructor Details
-
Ticket
public Ticket()
-
-
Method Details
-
getAvailableSlots
-
setAvailableSlots
-
getMaintenanceClass
-
setMaintenanceClass
-
getTicket
-
setTicket
-
getMaintClassId
-
setMaintClassId
-
isMaintClassIdSpecified
public boolean isMaintClassIdSpecified() -
unsetMaintClassId
public void unsetMaintClassId() -
getMaintWindowId
-
setMaintWindowId
-
isMaintWindowIdSpecified
public boolean isMaintWindowIdSpecified() -
unsetMaintWindowId
public void unsetMaintWindowId() -
getMaintenanceDate
-
setMaintenanceDate
-
isMaintenanceDateSpecified
public boolean isMaintenanceDateSpecified() -
unsetMaintenanceDate
public void unsetMaintenanceDate() -
getTicketId
-
setTicketId
-
isTicketIdSpecified
public boolean isTicketIdSpecified() -
unsetTicketId
public void unsetTicketId() -
service
-