Class IsoSystemIdentifier
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.IsoSystemIdentifier
- 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 IsoSystemIdentifier
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>, Serializable
This class represents the following YANG schema fragment defined in module network-concepts
typedef iso-system-identifier { type binary { length 6; } }
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static IsoSystemIdentifier
getDefaultInstance
(String defaultValue) byte[]
getValue()
int
hashCode()
toString()
-
Constructor Details
-
IsoSystemIdentifier
-
IsoSystemIdentifier
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
-