Class TimezoneNameType
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.TimezoneNameType
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator") public class TimezoneNameType extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimezoneNameType(String _value)TimezoneNameType(TimezoneNameType 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 TimezoneNameTypegetDefaultInstance(String defaultValue)StringgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TimezoneNameType
@ConstructorParameters("value") @ConstructorProperties("value") public TimezoneNameType(String _value)
-
TimezoneNameType
public TimezoneNameType(TimezoneNameType source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static TimezoneNameType getDefaultInstance(String defaultValue)
-
getValue
public String getValue()
- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>
-
-