public class DescribeDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeDataRequest() |
DescribeDataRequest(DescribeDataRequest 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 |
---|---|
Long |
getID()
Get 项目ID
|
String |
getQuery()
Get 查询字符串
|
void |
setID(Long ID)
Set 项目ID
|
void |
setQuery(String Query)
Set 查询字符串
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDataRequest()
public DescribeDataRequest(DescribeDataRequest source)
Copyright © 2022. All rights reserved.