Klasse RestJoborder
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestJoborder
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer 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- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
jobOrderStringBase64
- 
uploaded
- 
fsTypeThe type of the storage
- 
pathInfo
- 
message
 
- 
- 
Konstruktordetails
- 
Methodendetails- 
getJobOrderStringBase64Returns the jobOrderStringBase64.- Gibt zurück:
- jobOrderStringBase64
 
- 
setJobOrderStringBase64Set the jobOrderStringBase64.- Parameter:
- jobOrderStringBase64- the new jobOrderStringBase64
 
- 
getUploadedReturns the uploaded.- Gibt zurück:
- uploaded
 
- 
setUploadedSet 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
 
- 
setFsTypeSet the fsType.- Parameter:
- fsType- the new fsType
 
- 
getPathInfoReturns the pathInfo.- Gibt zurück:
- pathInfo
 
- 
setPathInfoSet the pathInfo.- Parameter:
- pathInfo- the new pathInfo
 
- 
getMessageReturns the message.- Gibt zurück:
- message
 
- 
setMessageSet the message.- Parameter:
- message- the new message
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-