Class FlowModFlags

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class FlowModFlags
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowModFlags

        public FlowModFlags​(FlowModFlags source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
    • Method Detail

      • getDefaultInstance

        public static FlowModFlags getDefaultInstance​(String defaultValue)
      • getCHECKOVERLAP

        public Boolean getCHECKOVERLAP()
      • isCHECKOVERLAP

        @Deprecated(forRemoval=true)
        public final Boolean isCHECKOVERLAP()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRESETCOUNTS

        public Boolean getRESETCOUNTS()
      • isRESETCOUNTS

        @Deprecated(forRemoval=true)
        public final Boolean isRESETCOUNTS()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNOPKTCOUNTS

        public Boolean getNOPKTCOUNTS()
      • isNOPKTCOUNTS

        @Deprecated(forRemoval=true)
        public final Boolean isNOPKTCOUNTS()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNOBYTCOUNTS

        public Boolean getNOBYTCOUNTS()
      • isNOBYTCOUNTS

        @Deprecated(forRemoval=true)
        public final Boolean isNOBYTCOUNTS()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSENDFLOWREM

        public Boolean getSENDFLOWREM()
      • isSENDFLOWREM

        @Deprecated(forRemoval=true)
        public final Boolean isSENDFLOWREM()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getValue

        public boolean[] getValue()
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object