Class SearchClusterDatabasesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.SearchClusterDatabasesRequest
-
public class SearchClusterDatabasesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchClusterDatabasesRequest()SearchClusterDatabasesRequest(SearchClusterDatabasesRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群idStringgetDatabase()Get 数据库名LonggetMatchType()Get 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0voidsetClusterId(String ClusterId)Set 集群idvoidsetDatabase(String Database)Set 数据库名voidsetMatchType(Long MatchType)Set 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0voidtoMap(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
-
SearchClusterDatabasesRequest
public SearchClusterDatabasesRequest()
-
SearchClusterDatabasesRequest
public SearchClusterDatabasesRequest(SearchClusterDatabasesRequest 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
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getDatabase
public String getDatabase()
Get 数据库名- Returns:
- Database 数据库名
-
setDatabase
public void setDatabase(String Database)
Set 数据库名- Parameters:
Database- 数据库名
-
getMatchType
public Long getMatchType()
Get 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0- Returns:
- MatchType 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0
-
setMatchType
public void setMatchType(Long MatchType)
Set 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0- Parameters:
MatchType- 是否精确搜索。 0: 模糊搜索 1:精确搜索 默认为0
-
-