Package com.softlayer.api.service.ticket
Class Chat
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.ticket.Chat
- Direct Known Subclasses:
Liveperson
@ApiType("SoftLayer_Ticket_Chat") public class Chat extends Entity
- See Also:
- SoftLayer_Ticket_Chat
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChat.Mask -
Field Summary
Fields Modifier and Type Field Description protected Employeeagentprotected Customercustomerprotected LongcustomerIdprotected booleancustomerIdSpecifiedprotected GregorianCalendarendDateprotected booleanendDateSpecifiedprotected GregorianCalendarstartDateprotected booleanstartDateSpecifiedprotected ChatticketUpdateprotected Stringtranscriptprotected booleantranscriptSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description Chat() -
Method Summary
Modifier and Type Method Description EmployeegetAgent()CustomergetCustomer()LonggetCustomerId()GregorianCalendargetEndDate()GregorianCalendargetStartDate()ChatgetTicketUpdate()StringgetTranscript()booleanisCustomerIdSpecified()booleanisEndDateSpecified()booleanisStartDateSpecified()booleanisTranscriptSpecified()voidsetAgent(Employee agent)voidsetCustomer(Customer customer)voidsetCustomerId(Long customerId)voidsetEndDate(GregorianCalendar endDate)voidsetStartDate(GregorianCalendar startDate)voidsetTicketUpdate(Chat ticketUpdate)voidsetTranscript(String transcript)voidunsetCustomerId()voidunsetEndDate()voidunsetStartDate()voidunsetTranscript()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
agent
-
customer
-
ticketUpdate
-
customerId
-
customerIdSpecified
protected boolean customerIdSpecified -
endDate
-
endDateSpecified
protected boolean endDateSpecified -
startDate
-
startDateSpecified
protected boolean startDateSpecified -
transcript
-
transcriptSpecified
protected boolean transcriptSpecified
-
-
Constructor Details
-
Chat
public Chat()
-
-
Method Details
-
getAgent
-
setAgent
-
getCustomer
-
setCustomer
-
getTicketUpdate
-
setTicketUpdate
-
getCustomerId
-
setCustomerId
-
isCustomerIdSpecified
public boolean isCustomerIdSpecified() -
unsetCustomerId
public void unsetCustomerId() -
getEndDate
-
setEndDate
-
isEndDateSpecified
public boolean isEndDateSpecified() -
unsetEndDate
public void unsetEndDate() -
getStartDate
-
setStartDate
-
isStartDateSpecified
public boolean isStartDateSpecified() -
unsetStartDate
public void unsetStartDate() -
getTranscript
-
setTranscript
-
isTranscriptSpecified
public boolean isTranscriptSpecified() -
unsetTranscript
public void unsetTranscript()
-