Package com.softlayer.api.service.ticket
Class Attachment.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.ticket.Attachment.Mask
-
- Direct Known Subclasses:
Action.Mask,Agent.Mask,CardChangeRequest.Mask,Guest.Mask,Hardware.Mask,Host.Mask,Migration.Mask,Payment.Mask
- Enclosing class:
- Attachment
public static class Attachment.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attachment.MaskattachmentId()Attachment.MaskcreateDate()Attachment.Maskid()Ticket.Maskticket()Attachment.MaskticketId()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
ticket
public Ticket.Mask ticket()
-
attachmentId
public Attachment.Mask attachmentId()
-
createDate
public Attachment.Mask createDate()
-
id
public Attachment.Mask id()
-
ticketId
public Attachment.Mask ticketId()
-
-