Class FlowWildcardsV10
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowWildcardsV10
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class FlowWildcardsV10
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-wildcards-v10 { type bits { bit IN_PORT { position 0; } bit DL_VLAN { position 1; } bit DL_SRC { position 2; } bit DL_DST { position 3; } bit DL_TYPE { position 4; } bit NW_PROTO { position 5; } bit TP_SRC { position 6; } bit TP_DST { position 7; } bit DL_VLAN_PCP { position 20; } bit NW_TOS { position 21; } } }
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowWildcardsV10
(Boolean _dLDST, Boolean _dLSRC, Boolean _dLTYPE, Boolean _dLVLAN, Boolean _dLVLANPCP, Boolean _iNPORT, Boolean _nWPROTO, Boolean _nWTOS, Boolean _tPDST, Boolean _tPSRC) FlowWildcardsV10
(FlowWildcardsV10 source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
FlowWildcardsV10
-
FlowWildcardsV10
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getINPORT
-
getDLVLAN
-
getDLSRC
-
getDLDST
-
getDLTYPE
-
getNWPROTO
-
getTPSRC
-
getTPDST
-
getDLVLANPCP
-
getNWTOS
-
getValue
public boolean[] getValue() -
hashCode
public int hashCode() -
equals
-
toString
-