Class V1beta3FlowDistinguisherMethod

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta3FlowDistinguisherMethod

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1beta3FlowDistinguisherMethod extends Object
FlowDistinguisherMethod specifies the method of a flow distinguisher.
  • Field Details

  • Constructor Details

    • V1beta3FlowDistinguisherMethod

      public V1beta3FlowDistinguisherMethod(String type)
  • Method Details

    • getType

      public String getType()
      `type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      Set type in a chainable fashion.
      Returns:
      The same instance of V1beta3FlowDistinguisherMethod for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object