public class DescribeTableResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTableResponse() |
DescribeTableResponse(DescribeTableResponse 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.
|
Modifier and Type | Method and Description |
---|---|
Column[] |
getColumns()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Distribution |
getDistribution()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
IndexInfo[] |
getIndexInfos()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getKeysType()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMessage()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Partition |
getPartition()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Property[] |
getProperties()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getTableComment()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setColumns(Column[] Columns)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDistribution(Distribution Distribution)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIndexInfos(IndexInfo[] IndexInfos)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setKeysType(String KeysType)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPartition(Partition Partition)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProperties(Property[] Properties)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTableComment(String TableComment)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTableResponse()
public DescribeTableResponse(DescribeTableResponse source)
public String getKeysType()
public void setKeysType(String KeysType)
KeysType
- Note: This field may return null, indicating that no valid values can be obtained.public Column[] getColumns()
public void setColumns(Column[] Columns)
Columns
- Note: This field may return null, indicating that no valid values can be obtained.public IndexInfo[] getIndexInfos()
public void setIndexInfos(IndexInfo[] IndexInfos)
IndexInfos
- Note: This field may return null, indicating that no valid values can be obtained.public Partition getPartition()
public void setPartition(Partition Partition)
Partition
- Note: This field may return null, indicating that no valid values can be obtained.public Distribution getDistribution()
public void setDistribution(Distribution Distribution)
Distribution
- Note: This field may return null, indicating that no valid values can be obtained.public String getTableComment()
public void setTableComment(String TableComment)
TableComment
- Note: This field may return null, indicating that no valid values can be obtained.public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties
- Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.