Class Date
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.yang.rev210302.Date
-
- 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 Date extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>PATTERN_CONSTANTS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static DategetDefaultInstance(String defaultValue)StringgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Date
@ConstructorParameters("value") @ConstructorProperties("value") public Date(String _value)
-
Date
public Date(Date source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-