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