Class FlowDistinguisherMethod

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class FlowDistinguisherMethod
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    FlowDistinguisherMethod specifies the method of a flow distinguisher.
    • Constructor Detail

      • FlowDistinguisherMethod

        public FlowDistinguisherMethod​(@NonNull
                                       @NonNull java.lang.String type)
      • FlowDistinguisherMethod

        public FlowDistinguisherMethod()
    • Method Detail

      • getType

        @NonNull
        public @NonNull java.lang.String getType()
        `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
      • setType

        public void setType​(@NonNull
                            @NonNull java.lang.String type)
        `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object