Class RestJoborder

java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestJoborder
All Implemented Interfaces:
Serializable

public class RestJoborder extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • jobOrderStringBase64

      protected String jobOrderStringBase64
    • uploaded

      protected Boolean uploaded
    • fsType

      protected String fsType
      The type of the storage
    • pathInfo

      protected String pathInfo
    • message

      protected String message
  • Constructor Details

    • RestJoborder

      public RestJoborder()
      Creates a new RestJoborder.
    • RestJoborder

      public RestJoborder(String jobOrderStringBase64, Boolean uploaded, String fsType, String pathInfo, String message)
      Creates a new RestJoborder.
  • Method Details

    • getJobOrderStringBase64

      @Size(max=1000000) public String getJobOrderStringBase64()
      Returns the jobOrderStringBase64.
      Returns:
      jobOrderStringBase64
    • setJobOrderStringBase64

      public void setJobOrderStringBase64(String jobOrderStringBase64)
      Set the jobOrderStringBase64.
      Parameters:
      jobOrderStringBase64 - the new jobOrderStringBase64
    • getUploaded

      public Boolean getUploaded()
      Returns the uploaded.
      Returns:
      uploaded
    • setUploaded

      public void setUploaded(Boolean uploaded)
      Set the uploaded.
      Parameters:
      uploaded - the new uploaded
    • getFsType

      @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") public String getFsType()
      Returns the fsType.
      Returns:
      fsType
    • setFsType

      public void setFsType(String fsType)
      Set the fsType.
      Parameters:
      fsType - the new fsType
    • getPathInfo

      public String getPathInfo()
      Returns the pathInfo.
      Returns:
      pathInfo
    • setPathInfo

      public void setPathInfo(String pathInfo)
      Set the pathInfo.
      Parameters:
      pathInfo - the new pathInfo
    • getMessage

      public String getMessage()
      Returns the message.
      Returns:
      message
    • setMessage

      public void setMessage(String message)
      Set the message.
      Parameters:
      message - the new message
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object