Class AtsCreateJobRequestDtoJobStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateJobRequestDtoJobStatus
-
public class AtsCreateJobRequestDtoJobStatus extends java.lang.ObjectAtsCreateJobRequestDtoJobStatus - Status of the job
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateJobRequestDtoJobStatus.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateJobRequestDtoJobStatus()AtsCreateJobRequestDtoJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateJobRequestDtoJobStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoSourceValue>sourceValue()The source value of the job status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoValue>value()The status of the job.AtsCreateJobRequestDtoJobStatuswithSourceValue(AtsCreateJobRequestDtoSourceValue sourceValue)The source value of the job status.AtsCreateJobRequestDtoJobStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> sourceValue)The source value of the job status.AtsCreateJobRequestDtoJobStatuswithValue(AtsCreateJobRequestDtoValue value)The status of the job.AtsCreateJobRequestDtoJobStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value)The status of the job.
-
-
-
Constructor Detail
-
AtsCreateJobRequestDtoJobStatus
public AtsCreateJobRequestDtoJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> sourceValue)
-
AtsCreateJobRequestDtoJobStatus
public AtsCreateJobRequestDtoJobStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoValue> value()
The status of the job.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoSourceValue> sourceValue()
The source value of the job status.
-
builder
public static final AtsCreateJobRequestDtoJobStatus.Builder builder()
-
withValue
public AtsCreateJobRequestDtoJobStatus withValue(AtsCreateJobRequestDtoValue value)
The status of the job.
-
withValue
public AtsCreateJobRequestDtoJobStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value)
The status of the job.
-
withSourceValue
public AtsCreateJobRequestDtoJobStatus withSourceValue(AtsCreateJobRequestDtoSourceValue sourceValue)
The source value of the job status.
-
withSourceValue
public AtsCreateJobRequestDtoJobStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> 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
-
-