Class TranscriptLine
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.ticket.chat.TranscriptLine
-
@ApiType("SoftLayer_Ticket_Chat_TranscriptLine") public class TranscriptLine extends Entity
- See Also:
- SoftLayer_Ticket_Chat_TranscriptLine
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranscriptLine.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Interface
speaker
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description TranscriptLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interface
getSpeaker()
void
setSpeaker(Interface speaker)
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
speaker
@ApiProperty protected Interface speaker
-
-