public class GetMsgRecordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetMsgRecordRequest() |
GetMsgRecordRequest(GetMsgRecordRequest 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 |
getBotAppKey()
Get 机器人AppKey
|
Long |
getCount()
Get 数量
|
String |
getLastRecordId()
Get 最后一条记录ID
|
Long |
getScene()
Get 场景, 体验: 1; 正式: 2
|
String |
getSessionId()
Get 会话sessionid
|
Long |
getType()
Get 类型
|
void |
setBotAppKey(String BotAppKey)
Set 机器人AppKey
|
void |
setCount(Long Count)
Set 数量
|
void |
setLastRecordId(String LastRecordId)
Set 最后一条记录ID
|
void |
setScene(Long Scene)
Set 场景, 体验: 1; 正式: 2
|
void |
setSessionId(String SessionId)
Set 会话sessionid
|
void |
setType(Long Type)
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 GetMsgRecordRequest()
public GetMsgRecordRequest(GetMsgRecordRequest source)
public Long getType()
public void setType(Long Type)
Type
- 类型public Long getCount()
public void setCount(Long Count)
Count
- 数量public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话sessionidpublic String getLastRecordId()
public void setLastRecordId(String LastRecordId)
LastRecordId
- 最后一条记录IDpublic String getBotAppKey()
public void setBotAppKey(String BotAppKey)
BotAppKey
- 机器人AppKeypublic Long getScene()
public void setScene(Long Scene)
Scene
- 场景, 体验: 1; 正式: 2Copyright © 2024. All rights reserved.