public class DescribeRecordsRequest extends AbstractModel
Constructor and Description |
---|
DescribeRecordsRequest() |
DescribeRecordsRequest(DescribeRecordsRequest 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 |
getAccountNum()
Get 案件编号
|
String |
getCalledPhone()
Get 被叫号码
|
String |
getEndBizDate()
Get 查询结束日期,格式为YYYY-MM-DD
|
String |
getInstId()
Get 实例ID,不传默认为系统分配的初始实例
|
String |
getLimit()
Get 分页参数,页长,默认为20
|
String |
getModule()
Get 模块名,本接口取值:Record
|
String |
getOffset()
Get 分页参数,索引,默认为0
|
String |
getOperation()
Get 操作名,本接口取值:List
|
String |
getProductId()
Get 产品ID
|
String |
getStartBizDate()
Get 查询起始日期,格式为YYYY-MM-DD
|
void |
setAccountNum(String AccountNum)
Set 案件编号
|
void |
setCalledPhone(String CalledPhone)
Set 被叫号码
|
void |
setEndBizDate(String EndBizDate)
Set 查询结束日期,格式为YYYY-MM-DD
|
void |
setInstId(String InstId)
Set 实例ID,不传默认为系统分配的初始实例
|
void |
setLimit(String Limit)
Set 分页参数,页长,默认为20
|
void |
setModule(String Module)
Set 模块名,本接口取值:Record
|
void |
setOffset(String Offset)
Set 分页参数,索引,默认为0
|
void |
setOperation(String Operation)
Set 操作名,本接口取值:List
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setStartBizDate(String StartBizDate)
Set 查询起始日期,格式为YYYY-MM-DD
|
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 DescribeRecordsRequest()
public DescribeRecordsRequest(DescribeRecordsRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,本接口取值:Recordpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,本接口取值:Listpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getAccountNum()
public void setAccountNum(String AccountNum)
AccountNum
- 案件编号public String getCalledPhone()
public void setCalledPhone(String CalledPhone)
CalledPhone
- 被叫号码public String getStartBizDate()
public void setStartBizDate(String StartBizDate)
StartBizDate
- 查询起始日期,格式为YYYY-MM-DDpublic String getEndBizDate()
public void setEndBizDate(String EndBizDate)
EndBizDate
- 查询结束日期,格式为YYYY-MM-DDpublic String getOffset()
public void setOffset(String Offset)
Offset
- 分页参数,索引,默认为0public String getLimit()
public void setLimit(String Limit)
Limit
- 分页参数,页长,默认为20public String getInstId()
public void setInstId(String InstId)
InstId
- 实例ID,不传默认为系统分配的初始实例Copyright © 2023. All rights reserved.