Class JobStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobStatus
-
public class JobStatus extends java.lang.ObjectJobStatusStatus of the job
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobStatus.Builder
-
Constructor Summary
Constructors Constructor Description JobStatus()JobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobSourceValue>sourceValue()The source value of the job status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobValue>value()The status of the job.JobStatuswithSourceValue(JobSourceValue sourceValue)The source value of the job status.JobStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)The source value of the job status.JobStatuswithValue(JobValue value)The status of the job.JobStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value)The status of the job.
-
-
-
Constructor Detail
-
JobStatus
public JobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)
-
JobStatus
public JobStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobValue> value()
The status of the job.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobSourceValue> sourceValue()
The source value of the job status.
-
builder
public static JobStatus.Builder builder()
-
withValue
public JobStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value)
The status of the job.
-
withSourceValue
public JobStatus withSourceValue(JobSourceValue sourceValue)
The source value of the job status.
-
withSourceValue
public JobStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)
The source value of the job status.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-