Klasse RestJoborder
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestJoborder
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean@Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") StringReturns the fsType.@Size(max=1000000) StringReturns the jobOrderStringBase64.Returns the message.Returns the pathInfo.Returns the uploaded.inthashCode()voidSet the fsType.voidsetJobOrderStringBase64(String jobOrderStringBase64) Set the jobOrderStringBase64.voidsetMessage(String message) Set the message.voidsetPathInfo(String pathInfo) Set the pathInfo.voidsetUploaded(Boolean uploaded) Set the uploaded.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
jobOrderStringBase64
-
uploaded
-
fsType
The type of the storage -
pathInfo
-
message
-
-
Konstruktordetails
-
Methodendetails
-
getJobOrderStringBase64
Returns the jobOrderStringBase64.- Gibt zurück:
- jobOrderStringBase64
-
setJobOrderStringBase64
Set the jobOrderStringBase64.- Parameter:
jobOrderStringBase64- the new jobOrderStringBase64
-
getUploaded
Returns the uploaded.- Gibt zurück:
- uploaded
-
setUploaded
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
Set the fsType.- Parameter:
fsType- the new fsType
-
getPathInfo
Returns the pathInfo.- Gibt zurück:
- pathInfo
-
setPathInfo
Set the pathInfo.- Parameter:
pathInfo- the new pathInfo
-
getMessage
Returns the message.- Gibt zurück:
- message
-
setMessage
Set the message.- Parameter:
message- the new message
-
hashCode
public int hashCode() -
equals
-
toString
-