Class FlowModFlags
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.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
This class represents the following YANG schema fragment defined in module openflow-types
typedef flow-mod-flags { type bits { bit OFPFF_SEND_FLOW_REM { position 0; } bit OFPFF_CHECK_OVERLAP { position 1; } bit OFPFF_RESET_COUNTS { position 2; } bit OFPFF_NO_PKT_COUNTS { position 3; } bit OFPFF_NO_BYT_COUNTS { position 4; } } }
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowModFlags
(Boolean _oFPFFCHECKOVERLAP, Boolean _oFPFFNOBYTCOUNTS, Boolean _oFPFFNOPKTCOUNTS, Boolean _oFPFFRESETCOUNTS, Boolean _oFPFFSENDFLOWREM) FlowModFlags
(FlowModFlags source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static FlowModFlags
getDefaultInstance
(String defaultValue) boolean[]
getValue()
int
hashCode()
toString()
-
Constructor Details
-
FlowModFlags
-
FlowModFlags
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getOFPFFSENDFLOWREM
-
getOFPFFCHECKOVERLAP
-
getOFPFFRESETCOUNTS
-
getOFPFFNOPKTCOUNTS
-
getOFPFFNOBYTCOUNTS
-
getValue
public boolean[] getValue() -
hashCode
public int hashCode() -
equals
-
toString
-