Class ApplicationChangesDataModelApplicationStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationChangesDataModelApplicationStatus
-
public class ApplicationChangesDataModelApplicationStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationChangesDataModelApplicationStatus.Builder
-
Constructor Summary
Constructors Constructor Description ApplicationChangesDataModelApplicationStatus()ApplicationChangesDataModelApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationChangesDataModelApplicationStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelSourceValue>sourceValue()The source value of the application status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelValue>value()The status of the application.ApplicationChangesDataModelApplicationStatuswithSourceValue(ApplicationChangesDataModelSourceValue sourceValue)The source value of the application status.ApplicationChangesDataModelApplicationStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelSourceValue> sourceValue)The source value of the application status.ApplicationChangesDataModelApplicationStatuswithValue(ApplicationChangesDataModelValue value)The status of the application.ApplicationChangesDataModelApplicationStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelValue> value)The status of the application.
-
-
-
Constructor Detail
-
ApplicationChangesDataModelApplicationStatus
public ApplicationChangesDataModelApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelSourceValue> sourceValue)
-
ApplicationChangesDataModelApplicationStatus
public ApplicationChangesDataModelApplicationStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelValue> value()
The status of the application.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ApplicationChangesDataModelSourceValue> sourceValue()
The source value of the application status.
-
builder
public static ApplicationChangesDataModelApplicationStatus.Builder builder()
-
withValue
public ApplicationChangesDataModelApplicationStatus withValue(ApplicationChangesDataModelValue value)
The status of the application.
-
withValue
public ApplicationChangesDataModelApplicationStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelValue> value)
The status of the application.
-
withSourceValue
public ApplicationChangesDataModelApplicationStatus withSourceValue(ApplicationChangesDataModelSourceValue sourceValue)
The source value of the application status.
-
withSourceValue
public ApplicationChangesDataModelApplicationStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationChangesDataModelSourceValue> sourceValue)
The source value of the application 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
-
-