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 SummaryConstructors Constructor Description IsoSystemIdentifier(byte[] _value)IsoSystemIdentifier(IsoSystemIdentifier source)Creates a copy from Source Object.
 - 
Method SummaryAll 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) 
 - 
IsoSystemIdentifierpublic IsoSystemIdentifier(IsoSystemIdentifier source) Creates a copy from Source Object.- Parameters:
- source- Source object
 
 
- 
 - 
Method Detail- 
getDefaultInstancepublic static IsoSystemIdentifier getDefaultInstance(String defaultValue) 
 - 
getValuepublic byte[] getValue() - Specified by:
- getValuein interface- org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>
 
 
- 
 
-