java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev151009.StdRegexp
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.BgpCommunityRegexpType
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 BgpCommunityRegexpType extends StdRegexp implements Serializable

This class represents the following YANG schema fragment defined in module openconfig-bgp-types

 typedef bgp-community-regexp-type {
   type oc-types:std-regexp;
 }
 
See Also:
  • Constructor Details

    • BgpCommunityRegexpType

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

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

      public BgpCommunityRegexpType(StdRegexp source)
      Creates a new instance from StdRegexp
      Parameters:
      source - Source object
  • Method Details