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.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

@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

    Constructors
    Constructor
    Description
    RouterId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone source)
    Creates a new instance from IpAddressNoZone
    RouterId(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 Type
    Method
    Description
    Return 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public RouterId(RouterId source)
      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

      public String stringValue()
      Return a String representing the value of this union.
      Overrides:
      stringValue in class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone
      Returns:
      String representation of this union's value.