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)$") String
Returns the fsType.@Size(max=1000000) String
Returns the jobOrderStringBase64.Returns the message.Returns the pathInfo.Returns the uploaded.int
hashCode()
void
Set the fsType.void
setJobOrderStringBase64
(String jobOrderStringBase64) Set the jobOrderStringBase64.void
setMessage
(String message) Set the message.void
setPathInfo
(String pathInfo) Set the pathInfo.void
setUploaded
(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
-