public class QueryInstantDataRequest extends AbstractModel
Constructor and Description |
---|
QueryInstantDataRequest() |
QueryInstantDataRequest(QueryInstantDataRequest 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 |
getData()
Get 查询参数
|
String |
getInstanceId()
Get 实例ID,不传默认为系统分配的初始实例
|
String |
getModule()
Get 模块名,本接口取值:Data
|
String |
getOperation()
Get 操作名,本接口取值:Query
|
String |
getProductId()
Get 产品ID
|
String |
getQueryModel()
Get 查询类型:callRecord 通话记录
|
void |
setData(String Data)
Set 查询参数
|
void |
setInstanceId(String InstanceId)
Set 实例ID,不传默认为系统分配的初始实例
|
void |
setModule(String Module)
Set 模块名,本接口取值:Data
|
void |
setOperation(String Operation)
Set 操作名,本接口取值:Query
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setQueryModel(String QueryModel)
Set 查询类型:callRecord 通话记录
|
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 QueryInstantDataRequest()
public QueryInstantDataRequest(QueryInstantDataRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,本接口取值:Datapublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,本接口取值:Querypublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,不传默认为系统分配的初始实例public String getQueryModel()
public void setQueryModel(String QueryModel)
QueryModel
- 查询类型:callRecord 通话记录public String getData()
public void setData(String Data)
Data
- 查询参数Copyright © 2023. All rights reserved.