Class DTOAccountAttachmentInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment.DTOAccountAttachmentInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAccountAttachmentInsert extends DynO
DTO used to attach an existing file to an account.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountAttachmentInsert

      public DTOAccountAttachmentInsert()
  • Method Details

    • getUuid

      public final String getUuid()
      Gets the uuid.
      Returns:
      the uuid
    • setUuid

      public final void setUuid(String uuid)
      Sets the uuid.
      Parameters:
      uuid - the new uuid
    • getAttachmentType

      public final Long getAttachmentType()
      Gets the attachment type.
      Returns:
      the attachment type
    • setAttachmentType

      public final void setAttachmentType(Long attachmentType)
      Sets the attachment type.
      Parameters:
      attachmentType - the new attachment type