Class V1beta3FlowDistinguisherMethod
java.lang.Object
io.kubernetes.client.openapi.models.V1beta3FlowDistinguisherMethod
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1beta3FlowDistinguisherMethod
extends Object
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Create an instance of V1beta3FlowDistinguisherMethod given an JSON stringgetType()
`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\".int
hashCode()
void
toJson()
Convert an instance of V1beta3FlowDistinguisherMethod to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1beta3FlowDistinguisherMethod
public V1beta3FlowDistinguisherMethod()
-
-
Method Details
-
type
-
getType
`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.- Returns:
- type
-
setType
-
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 V1beta3FlowDistinguisherMethod
-
fromJson
Create an instance of V1beta3FlowDistinguisherMethod given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1beta3FlowDistinguisherMethod
- Throws:
IOException
- if the JSON string is invalid with respect to V1beta3FlowDistinguisherMethod
-
toJson
Convert an instance of V1beta3FlowDistinguisherMethod to an JSON string- Returns:
- JSON string
-