Class ExtendedRouteTag
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.ExtendedRouteTag
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>
,org.opendaylight.yangtools.yang.binding.TypeObject
,org.opendaylight.yangtools.yang.binding.ValueAware<byte[]>
@Generated("mdsal-binding-generator")
public class ExtendedRouteTag
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>, Serializable
This class represents the following YANG schema fragment defined in module bgp-linkstate
typedef extended-route-tag { type binary { length 8; } }
- See Also:
-
Constructor Summary
ConstructorDescriptionExtendedRouteTag
(byte[] _value) ExtendedRouteTag
(ExtendedRouteTag source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static ExtendedRouteTag
getDefaultInstance
(String defaultValue) byte[]
getValue()
int
hashCode()
toString()
-
Constructor Details
-
ExtendedRouteTag
-
ExtendedRouteTag
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public byte[] getValue()- Specified by:
getValue
in interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<byte[]>
-
hashCode
public int hashCode() -
equals
-
toString
-