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