Class RouterId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.RouterId
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.UnionTypeObject
@Generated("mdsal-binding-generator")
public class RouterId
extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
implements Serializable
This class represents the following YANG schema fragment defined in module bmp-monitor
typedef router-id { type inet:ip-address-no-zone; }
- See Also:
-
Field Summary
Fields inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
PATTERN_CONSTANTS
-
Constructor Summary
ConstructorDescriptionRouterId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone source) Creates a new instance from IpAddressNoZoneRouterId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone _ipv4AddressNoZone) RouterId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone _ipv6AddressNoZone) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionReturn a String representing the value of this union.Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
equals, getIpv4AddressNoZone, getIpv6AddressNoZone, hashCode, toString
-
Constructor Details
-
RouterId
public RouterId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone _ipv4AddressNoZone) -
RouterId
public RouterId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone _ipv6AddressNoZone) -
RouterId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
RouterId
public RouterId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone source) Creates a new instance from IpAddressNoZone- Parameters:
source
- Source object
-
-
Method Details
-
stringValue
Return a String representing the value of this union.- Overrides:
stringValue
in classorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
- Returns:
- String representation of this union's value.
-