Klasse RestJoborder

java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestJoborder
Alle implementierten Schnittstellen:
Serializable

public class RestJoborder extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • 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
  • Konstruktordetails

    • RestJoborder

      public RestJoborder()
      Creates a new RestJoborder.
    • RestJoborder

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

    • getJobOrderStringBase64

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

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

      public Boolean getUploaded()
      Returns the uploaded.
      Gibt zurück:
      uploaded
    • setUploaded

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

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

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

      public String getPathInfo()
      Returns the pathInfo.
      Gibt zurück:
      pathInfo
    • setPathInfo

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

      public String getMessage()
      Returns the message.
      Gibt zurück:
      message
    • setMessage

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

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object