Class DataSourceQueryOption
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lowcode.v20210108.models.DataSourceQueryOption
-
public class DataSourceQueryOption extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DataSourceQueryOption()
DataSourceQueryOption(DataSourceQueryOption 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 String
getLikeName()
Get 数据源标识模糊匹配String
getLikeTitle()
Get 数据源名称模糊匹配void
setLikeName(String LikeName)
Set 数据源标识模糊匹配void
setLikeTitle(String LikeTitle)
Set 数据源名称模糊匹配void
toMap(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
-
DataSourceQueryOption
public DataSourceQueryOption()
-
DataSourceQueryOption
public DataSourceQueryOption(DataSourceQueryOption 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
-
getLikeName
public String getLikeName()
Get 数据源标识模糊匹配- Returns:
- LikeName 数据源标识模糊匹配
-
setLikeName
public void setLikeName(String LikeName)
Set 数据源标识模糊匹配- Parameters:
LikeName
- 数据源标识模糊匹配
-
getLikeTitle
public String getLikeTitle()
Get 数据源名称模糊匹配- Returns:
- LikeTitle 数据源名称模糊匹配
-
setLikeTitle
public void setLikeTitle(String LikeTitle)
Set 数据源名称模糊匹配- Parameters:
LikeTitle
- 数据源名称模糊匹配
-
-