Class TicketingAttachmentResultData


  • public class TicketingAttachmentResultData
    extends java.lang.Object
    • Constructor Detail

      • TicketingAttachmentResultData

        public TicketingAttachmentResultData​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName,
                                             org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultFileFormat> fileFormat,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size,
                                             org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                                             org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • TicketingAttachmentResultData

        public TicketingAttachmentResultData()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • ticketId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId()
        The reference ticket ID the attachment belongs to
      • userId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
        The user who uploaded the file
      • fileName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
        The name of the file
      • fileUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl()
        The resource URL of the file
      • size

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size()
        The size of the file
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The timestamp when the record was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        The timestamp when the record was last updated
      • withId

        public TicketingAttachmentResultData withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public TicketingAttachmentResultData withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withTicketId

        public TicketingAttachmentResultData withTicketId​(java.lang.String ticketId)
        The reference ticket ID the attachment belongs to
      • withTicketId

        public TicketingAttachmentResultData withTicketId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId)
        The reference ticket ID the attachment belongs to
      • withUserId

        public TicketingAttachmentResultData withUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
        The user who uploaded the file
      • withFileName

        public TicketingAttachmentResultData withFileName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
        The name of the file
      • withFileUrl

        public TicketingAttachmentResultData withFileUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl)
        The resource URL of the file
      • withSize

        public TicketingAttachmentResultData withSize​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size)
        The size of the file
      • withCreatedAt

        public TicketingAttachmentResultData withCreatedAt​(java.time.OffsetDateTime createdAt)
        The timestamp when the record was created
      • withCreatedAt

        public TicketingAttachmentResultData withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The timestamp when the record was created
      • withUpdatedAt

        public TicketingAttachmentResultData withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The timestamp when the record was last updated
      • withUpdatedAt

        public TicketingAttachmentResultData withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The timestamp when the record was last updated
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object