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
@Generated("mdsal-binding-generator") public class IsoSystemIdentifier extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsoSystemIdentifier(byte[] _value)IsoSystemIdentifier(IsoSystemIdentifier source)Creates a copy from Source Object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static IsoSystemIdentifiergetDefaultInstance(String defaultValue)byte[]getValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
IsoSystemIdentifier
@ConstructorParameters("value") @ConstructorProperties("value") public IsoSystemIdentifier(byte[] _value)
-
IsoSystemIdentifier
public IsoSystemIdentifier(IsoSystemIdentifier source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static IsoSystemIdentifier getDefaultInstance(String defaultValue)
-
getValue
public byte[] getValue()
- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>
-
-