Klasse RestInfo
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestInfo
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull @Valid Joborder
Returns the joborder.@NotNull @Valid Posix
getPosix()
Returns the posix.@NotNull @Valid S3
getS3()
Returns the s3.int
hashCode()
void
setJoborder
(Joborder joborder) Set the joborder.void
Set the posix.void
Set the s3.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
s3
-
posix
-
joborder
-
-
Konstruktordetails
-
RestInfo
public RestInfo()Creates a new RestInfo. -
RestInfo
Creates a new RestInfo.
-
-
Methodendetails
-
getS3
Returns the s3.- Gibt zurück:
- s3
-
setS3
Set the s3.- Parameter:
s3
- the new s3
-
getPosix
Returns the posix.- Gibt zurück:
- posix
-
setPosix
Set the posix.- Parameter:
posix
- the new posix
-
getJoborder
Returns the joborder.- Gibt zurück:
- joborder
-
setJoborder
Set the joborder.- Parameter:
joborder
- the new joborder
-
hashCode
public int hashCode() -
equals
-
toString
-