Class BgpCommunityRegexpType
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 Summary
ConstructorDescriptionBgpCommunityRegexpType
(String _value) Creates a copy from Source Object.BgpCommunityRegexpType
(StdRegexp source) Creates a new instance from StdRegexp -
Method Summary
Modifier and TypeMethodDescriptionstatic BgpCommunityRegexpType
getDefaultInstance
(String defaultValue)
-
Constructor Details
-
BgpCommunityRegexpType
-
BgpCommunityRegexpType
Creates a copy from Source Object.- Parameters:
source
- Source object
-
BgpCommunityRegexpType
Creates a new instance from StdRegexp- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-