Class MeterBandTypeBitmap
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.MeterBandTypeBitmap
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class MeterBandTypeBitmap
extends Object
implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
This class represents the following YANG schema fragment defined in module openflow-types
typedef meter-band-type-bitmap {
type bits {
bit OFPMBT_DROP {
position 1;
}
bit OFPMBT_DSCP_REMARK {
position 2;
}
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMeterBandTypeBitmap(Boolean _oFPMBTDROP, Boolean _oFPMBTDSCPREMARK) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic MeterBandTypeBitmapgetDefaultInstance(String defaultValue) boolean[]getValue()inthashCode()toString()
-
Constructor Details
-
MeterBandTypeBitmap
-
MeterBandTypeBitmap
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details