Package ai.heavy.thrift.server
Class TGeoFileLayerInfo
- java.lang.Object
-
- ai.heavy.thrift.server.TGeoFileLayerInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGeoFileLayerInfo>,org.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>,org.apache.thrift.TSerializable
public class TGeoFileLayerInfo extends Object implements org.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>, Serializable, Cloneable, Comparable<TGeoFileLayerInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGeoFileLayerInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TGeoFileLayerContentscontentsstatic Map<TGeoFileLayerInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringname
-
Constructor Summary
Constructors Constructor Description TGeoFileLayerInfo()TGeoFileLayerInfo(TGeoFileLayerInfo other)Performs a deep copy on other.TGeoFileLayerInfo(String name, TGeoFileLayerContents contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TGeoFileLayerInfo other)TGeoFileLayerInfodeepCopy()booleanequals(TGeoFileLayerInfo that)booleanequals(Object that)TGeoFileLayerInfo._FieldsfieldForId(int fieldId)TGeoFileLayerContentsgetContents()ObjectgetFieldValue(TGeoFileLayerInfo._Fields field)StringgetName()inthashCode()booleanisSet(TGeoFileLayerInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetContents()Returns true if field contents is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TGeoFileLayerInfosetContents(TGeoFileLayerContents contents)voidsetContentsIsSet(boolean value)voidsetFieldValue(TGeoFileLayerInfo._Fields field, Object value)TGeoFileLayerInfosetName(String name)voidsetNameIsSet(boolean value)StringtoString()voidunsetContents()voidunsetName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
name
public String name
-
contents
public TGeoFileLayerContents contents
- See Also:
TGeoFileLayerContents
-
metaDataMap
public static final Map<TGeoFileLayerInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGeoFileLayerInfo
public TGeoFileLayerInfo()
-
TGeoFileLayerInfo
public TGeoFileLayerInfo(String name, TGeoFileLayerContents contents)
-
TGeoFileLayerInfo
public TGeoFileLayerInfo(TGeoFileLayerInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGeoFileLayerInfo deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
getName
public String getName()
-
setName
public TGeoFileLayerInfo setName(String name)
-
unsetName
public void unsetName()
-
isSetName
public boolean isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
-
setNameIsSet
public void setNameIsSet(boolean value)
-
getContents
public TGeoFileLayerContents getContents()
- See Also:
TGeoFileLayerContents
-
setContents
public TGeoFileLayerInfo setContents(TGeoFileLayerContents contents)
- See Also:
TGeoFileLayerContents
-
unsetContents
public void unsetContents()
-
isSetContents
public boolean isSetContents()
Returns true if field contents is set (has been assigned a value) and false otherwise
-
setContentsIsSet
public void setContentsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGeoFileLayerInfo._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
getFieldValue
public Object getFieldValue(TGeoFileLayerInfo._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
isSet
public boolean isSet(TGeoFileLayerInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
equals
public boolean equals(TGeoFileLayerInfo that)
-
compareTo
public int compareTo(TGeoFileLayerInfo other)
- Specified by:
compareToin interfaceComparable<TGeoFileLayerInfo>
-
fieldForId
public TGeoFileLayerInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGeoFileLayerInfo,TGeoFileLayerInfo._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-