public class DataSourceQueryOption extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataSourceQueryOption()
public DataSourceQueryOption(DataSourceQueryOption source)
public String getLikeName()
public void setLikeName(String LikeName)
LikeName
- 数据源标识模糊匹配public String getLikeTitle()
public void setLikeTitle(String LikeTitle)
LikeTitle
- 数据源名称模糊匹配Copyright © 2024. All rights reserved.