Class V1PriorityLevelConfigurationStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1PriorityLevelConfigurationStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1PriorityLevelConfigurationStatus
extends Object
PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionsItem(V1PriorityLevelConfigurationCondition conditionsItem) conditions(List<V1PriorityLevelConfigurationCondition> conditions) booleanCreate an instance of V1PriorityLevelConfigurationStatus given an JSON string`conditions` is the current state of \"request-priority\".inthashCode()voidsetConditions(List<V1PriorityLevelConfigurationCondition> conditions) toJson()Convert an instance of V1PriorityLevelConfigurationStatus to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1PriorityLevelConfigurationStatus
public V1PriorityLevelConfigurationStatus()
-
-
Method Details
-
conditions
public V1PriorityLevelConfigurationStatus conditions(List<V1PriorityLevelConfigurationCondition> conditions) -
addConditionsItem
public V1PriorityLevelConfigurationStatus addConditionsItem(V1PriorityLevelConfigurationCondition conditionsItem) -
getConditions
`conditions` is the current state of \"request-priority\".- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to V1PriorityLevelConfigurationStatus
-
fromJson
Create an instance of V1PriorityLevelConfigurationStatus given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of V1PriorityLevelConfigurationStatus
- Throws:
IOException- if the JSON string is invalid with respect to V1PriorityLevelConfigurationStatus
-
toJson
Convert an instance of V1PriorityLevelConfigurationStatus to an JSON string- Returns:
- JSON string
-