public class GetMetaTableRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetMetaTableRequest() |
GetMetaTableRequest(GetMetaTableRequest 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 |
---|---|
String |
getCatalog()
Get 目录名
|
String |
getDatabase()
Get 库名
|
String |
getTable()
Get 表名
|
String |
getWorkSpaceId()
Get 空间唯一标识
|
void |
setCatalog(String Catalog)
Set 目录名
|
void |
setDatabase(String Database)
Set 库名
|
void |
setTable(String Table)
Set 表名
|
void |
setWorkSpaceId(String WorkSpaceId)
Set 空间唯一标识
|
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 GetMetaTableRequest()
public GetMetaTableRequest(GetMetaTableRequest source)
public String getCatalog()
public void setCatalog(String Catalog)
Catalog
- 目录名public String getDatabase()
public void setDatabase(String Database)
Database
- 库名public String getTable()
public void setTable(String Table)
Table
- 表名public String getWorkSpaceId()
public void setWorkSpaceId(String WorkSpaceId)
WorkSpaceId
- 空间唯一标识Copyright © 2024. All rights reserved.