public class QueryRecordListRequest extends AbstractModel
| Constructor and Description |
|---|
QueryRecordListRequest() |
QueryRecordListRequest(QueryRecordListRequest 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 |
getBotId()
Get 任务ID,二者必填一个
|
String |
getBotName()
Get 任务名称,二者必填一个
|
String |
getCalledPhone()
Get 被叫号码
|
String |
getEndBizDate()
Get 结束日期
|
Long |
getLimit()
Get 偏移位移,最大20
|
String |
getModule()
Get 模块名。AiApi
|
Long |
getOffset()
Get 偏移值
|
String |
getOperation()
Get 操作名。QueryRecordList
|
String |
getStartBizDate()
Get 开始日期
|
void |
setBotId(String BotId)
Set 任务ID,二者必填一个
|
void |
setBotName(String BotName)
Set 任务名称,二者必填一个
|
void |
setCalledPhone(String CalledPhone)
Set 被叫号码
|
void |
setEndBizDate(String EndBizDate)
Set 结束日期
|
void |
setLimit(Long Limit)
Set 偏移位移,最大20
|
void |
setModule(String Module)
Set 模块名。AiApi
|
void |
setOffset(Long Offset)
Set 偏移值
|
void |
setOperation(String Operation)
Set 操作名。QueryRecordList
|
void |
setStartBizDate(String StartBizDate)
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, toJsonStringpublic QueryRecordListRequest()
public QueryRecordListRequest(QueryRecordListRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名。AiApipublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名。QueryRecordListpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移值public Long getLimit()
public void setLimit(Long Limit)
Limit - 偏移位移,最大20public String getBotId()
public void setBotId(String BotId)
BotId - 任务ID,二者必填一个public String getBotName()
public void setBotName(String BotName)
BotName - 任务名称,二者必填一个public String getCalledPhone()
public void setCalledPhone(String CalledPhone)
CalledPhone - 被叫号码public String getStartBizDate()
public void setStartBizDate(String StartBizDate)
StartBizDate - 开始日期public String getEndBizDate()
public void setEndBizDate(String EndBizDate)
EndBizDate - 结束日期Copyright © 2022. All rights reserved.