Class ApplicationRibId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.ApplicationRibId
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<String>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class ApplicationRibId
extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
implements Serializable
This class represents the following YANG schema fragment defined in module bgp-rib
typedef application-rib-id { type inet:uri; }
- See Also:
-
Constructor Summary
ConstructorDescriptionApplicationRibId
(String _value) ApplicationRibId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source) Creates a new instance from UriApplicationRibId
(ApplicationRibId source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationRibId
getDefaultInstance
(String defaultValue) Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
equals, getValue, hashCode, toString
-
Constructor Details
-
ApplicationRibId
-
ApplicationRibId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
ApplicationRibId
public ApplicationRibId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source) Creates a new instance from Uri- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-