Class InterfaceId
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.InterfaceId
- 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 InterfaceId
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<String>, Serializable
This class represents the following YANG schema fragment defined in module openconfig-interfaces
typedef interface-id { type string; }
- See Also:
-
Constructor Summary
ConstructorDescriptionInterfaceId
(String _value) InterfaceId
(InterfaceId source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static InterfaceId
getDefaultInstance
(String defaultValue) getValue()
int
hashCode()
toString()
-
Constructor Details
-
InterfaceId
-
InterfaceId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details