Class FlowModFlagsV10

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

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

      • FlowModFlagsV10

        public FlowModFlagsV10​(Boolean _oFPFFCHECKOVERLAP,
                               Boolean _oFPFFEMERG,
                               Boolean _oFPFFSENDFLOWREM)
      • FlowModFlagsV10

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

      • getOFPFFSENDFLOWREM

        public Boolean getOFPFFSENDFLOWREM()
      • isOFPFFSENDFLOWREM

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

        public Boolean getOFPFFCHECKOVERLAP()
      • isOFPFFCHECKOVERLAP

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

        public Boolean getOFPFFEMERG()
      • isOFPFFEMERG

        @Deprecated(forRemoval=true)
        public final Boolean isOFPFFEMERG()
        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