public class QueryTableDataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryTableDataRequest() |
QueryTableDataRequest(QueryTableDataRequest 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 |
getCatalogName()
Get Catalog name, defaults to 'internal' if not specified.
|
String |
getDatabase()
Get Database name
|
String |
getInstanceId()
Get InstanceId
|
Long |
getPageNum()
Get Page number, which is 1 by default.
|
Long |
getPageSize()
Get Number of records per page, which is 10 by default.
|
String |
getPassWord()
Get Password corresponding to the user.
|
String[] |
getSelectedFields()
Get Array of fields to be queried
|
String |
getTable()
Get Table name
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
void |
setCatalogName(String CatalogName)
Set Catalog name, defaults to 'internal' if not specified.
|
void |
setDatabase(String Database)
Set Database name
|
void |
setInstanceId(String InstanceId)
Set InstanceId
|
void |
setPageNum(Long PageNum)
Set Page number, which is 1 by default.
|
void |
setPageSize(Long PageSize)
Set Number of records per page, which is 10 by default.
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setSelectedFields(String[] SelectedFields)
Set Array of fields to be queried
|
void |
setTable(String Table)
Set Table name
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryTableDataRequest()
public QueryTableDataRequest(QueryTableDataRequest source)
public String getDatabase()
public void setDatabase(String Database)
Database
- Database namepublic String getTable()
public void setTable(String Table)
Table
- Table namepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- InstanceIdpublic String[] getSelectedFields()
public void setSelectedFields(String[] SelectedFields)
SelectedFields
- Array of fields to be queriedpublic Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number, which is 1 by default.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of records per page, which is 10 by default.public String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName
- Catalog name, defaults to 'internal' if not specified.Copyright © 2025. All rights reserved.