Class GracefulRestartCapability.RestartFlags
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.GracefulRestartCapability.RestartFlags
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.BitsTypeObject
,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- GracefulRestartCapability
public static final class GracefulRestartCapability.RestartFlags
extends Object
implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable
This class represents the following YANG schema fragment defined in module bgp-multiprotocol
leaf restart-flags { type bits { bit restart-state { position 0; } } }
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableSet<String>
-
Constructor Summary
-
Method Summary
-
Field Details
-
VALID_NAMES
-
-
Constructor Details
-
RestartFlags
public RestartFlags(boolean _restartState) -
RestartFlags
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getRestartState
public boolean getRestartState() -
validNames
- Specified by:
validNames
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
values
public boolean[] values()- Specified by:
values
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
hashCode
public int hashCode() -
equals
-
toString
-