Class FlowModFlags

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

    public class FlowModFlags
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowModFlags

        public FlowModFlags​(Boolean _oFPFFCHECKOVERLAP,
                            Boolean _oFPFFNOBYTCOUNTS,
                            Boolean _oFPFFNOPKTCOUNTS,
                            Boolean _oFPFFRESETCOUNTS,
                            Boolean _oFPFFSENDFLOWREM)
      • FlowModFlags

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

      • getDefaultInstance

        public static FlowModFlags getDefaultInstance​(String defaultValue)
      • isOFPFFSENDFLOWREM

        public Boolean isOFPFFSENDFLOWREM()
      • isOFPFFCHECKOVERLAP

        public Boolean isOFPFFCHECKOVERLAP()
      • isOFPFFRESETCOUNTS

        public Boolean isOFPFFRESETCOUNTS()
      • isOFPFFNOPKTCOUNTS

        public Boolean isOFPFFNOPKTCOUNTS()
      • isOFPFFNOBYTCOUNTS

        public Boolean isOFPFFNOBYTCOUNTS()
      • 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