Class FieldInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.FieldInfo
-
public class FieldInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()Get 表格字段名称LonggetFieldSize()Get 字段长度StringgetFieldType()Get 字段类型StringgetIsPrimaryKey()Get 字段是否是主键字段voidsetFieldName(String FieldName)Set 表格字段名称voidsetFieldSize(Long FieldSize)Set 字段长度voidsetFieldType(String FieldType)Set 字段类型voidsetIsPrimaryKey(String IsPrimaryKey)Set 字段是否是主键字段voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FieldInfo
public FieldInfo()
-
FieldInfo
public FieldInfo(FieldInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getFieldName
public String getFieldName()
Get 表格字段名称- Returns:
- FieldName 表格字段名称
-
setFieldName
public void setFieldName(String FieldName)
Set 表格字段名称- Parameters:
FieldName- 表格字段名称
-
getIsPrimaryKey
public String getIsPrimaryKey()
Get 字段是否是主键字段- Returns:
- IsPrimaryKey 字段是否是主键字段
-
setIsPrimaryKey
public void setIsPrimaryKey(String IsPrimaryKey)
Set 字段是否是主键字段- Parameters:
IsPrimaryKey- 字段是否是主键字段
-
getFieldType
public String getFieldType()
Get 字段类型- Returns:
- FieldType 字段类型
-
setFieldType
public void setFieldType(String FieldType)
Set 字段类型- Parameters:
FieldType- 字段类型
-
getFieldSize
public Long getFieldSize()
Get 字段长度- Returns:
- FieldSize 字段长度
-
setFieldSize
public void setFieldSize(Long FieldSize)
Set 字段长度- Parameters:
FieldSize- 字段长度
-
-