Class BundleFlags
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleFlags
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class BundleFlags
extends Object
implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
This class represents the following YANG schema fragment defined in module onf-extensions
typedef bundle-flags { type bits { bit atomic { position 0; } bit ordered { position 1; } } }
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBundleFlags
(Boolean _atomic, Boolean _ordered) BundleFlags
(BundleFlags source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static BundleFlags
getDefaultInstance
(String defaultValue) boolean[]
getValue()
int
hashCode()
toString()
-
Constructor Details
-
BundleFlags
-
BundleFlags
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details