Class DTOAssetAttachmentInsert

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

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

    • DTOAssetAttachmentInsert

      public DTOAssetAttachmentInsert()
  • 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