Class ClusterIdentifier
java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.ClusterIdentifier
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<String>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class ClusterIdentifier
extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
implements Serializable
This class represents the following YANG schema fragment defined in module bgp-types
typedef cluster-identifier { type inet:ipv4-address-no-zone; }
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClusterIdentifier
(String _value) ClusterIdentifier
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone source) Creates a new instance from Ipv4AddressNoZoneClusterIdentifier
(ClusterIdentifier source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterIdentifier
getDefaultInstance
(String defaultValue) Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address
equals, getValue, hashCode, toString
-
Field Details
-
PATTERN_CONSTANTS
-
-
Constructor Details
-
ClusterIdentifier
-
ClusterIdentifier
Creates a copy from Source Object.- Parameters:
source
- Source object
-
ClusterIdentifier
public ClusterIdentifier(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone source) Creates a new instance from Ipv4AddressNoZone- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-