public class TimestampLocalTZTypeInfo extends PrimitiveTypeInfo
typeEntry, typeName| Constructor and Description |
|---|
TimestampLocalTZTypeInfo() |
TimestampLocalTZTypeInfo(String timeZoneStr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getQualifiedName()
String representing the qualified type name.
|
static String |
getQualifiedName(ZoneId timeZone) |
ZoneId |
getTimeZone() |
String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode()
Generate the hashCode for this TypeInfo.
|
void |
setTimeZone(ZoneId timeZone) |
void |
setTypeName(String typeName) |
ZoneId |
timeZone() |
String |
toString() |
getCategory, getPrimitiveCategory, getPrimitiveJavaClass, getPrimitiveTypeEntry, getPrimitiveWritableClasspublic TimestampLocalTZTypeInfo()
public TimestampLocalTZTypeInfo(String timeZoneStr)
public String getTypeName()
TypeInfogetTypeName in class PrimitiveTypeInfopublic void setTypeName(String typeName)
setTypeName in class PrimitiveTypeInfopublic boolean equals(Object other)
equals in class PrimitiveTypeInfopublic int hashCode()
hashCode in class PrimitiveTypeInfopublic String toString()
toString in class PrimitiveTypeInfopublic String getQualifiedName()
TypeInfogetQualifiedName in class TypeInfopublic ZoneId timeZone()
public ZoneId getTimeZone()
public void setTimeZone(ZoneId timeZone)
Copyright © 2022 The Apache Software Foundation. All rights reserved.