Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.ClusterId
Packages that use ClusterId
Package
Description
-
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return ClusterIdModifier and TypeMethodDescriptionAttributes.getClusterId()Return clusterId, ornullif it is not present.AttributesBuilder.getClusterId()Return current value associated with the property corresponding toAttributes.getClusterId().@NonNull ClusterIdAttributes.nonnullClusterId()Return clusterId, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type ClusterIdModifier and TypeMethodDescriptionAttributesBuilder.setClusterId(ClusterId value) Set the property corresponding toAttributes.getClusterId()to the specified value. -
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type ClusterIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId>>
E$$ClusterIdBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return ClusterIdModifier and TypeMethodDescription@NonNull ClusterIdClusterIdBuilder.build()A newClusterIdinstance.static @NonNull ClusterIdClusterIdBuilder.empty()Get empty instance of ClusterId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type ClusterIdMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ClusterIdModifier and TypeMethodDescriptionstatic booleanClusterId.bindingEquals(@NonNull ClusterId thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intClusterId.bindingHashCode(@NonNull ClusterId obj) Default implementation ofObject.hashCode()contract for this interface.static StringClusterId.bindingToString(@NonNull ClusterId obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type ClusterIdModifier and TypeMethodDescriptionClusterIdBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId> augmentation) Add an augmentation to this builder's product.ClusterIdBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ClusterIdModifierConstructorDescriptionClusterIdBuilder(ClusterId base) Construct a builder initialized with state from specifiedClusterId.