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.BgpId
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, org.opendaylight.yangtools.yang.binding.TypeObject, org.opendaylight.yangtools.yang.binding.ValueAware<String>

@Generated("mdsal-binding-generator") public class BgpId 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 bgp-id {
   type inet:ipv4-address-no-zone;
 }
 
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BgpId(String _value)
     
    BgpId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone source)
    Creates a new instance from Ipv4AddressNoZone
    BgpId(BgpId source)
    Creates a copy from Source Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    static BgpId
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • PATTERN_CONSTANTS

      public static final List<String> PATTERN_CONSTANTS
  • Constructor Details

    • BgpId

      @ConstructorParameters("value") public BgpId(String _value)
    • BgpId

      public BgpId(BgpId source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
    • BgpId

      public BgpId(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

      public static BgpId getDefaultInstance(String defaultValue)