public class QueryRmsNotifyhistoryRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryRmsNotifyhistoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryRmsNotifyhistoryRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
Long |
getFrom() |
String |
getLoginName() |
Long |
getTo() |
QueryRmsNotifyhistoryRequest |
setAuthToken(String authToken) |
QueryRmsNotifyhistoryRequest |
setFrom(Long from) |
QueryRmsNotifyhistoryRequest |
setLoginName(String loginName) |
QueryRmsNotifyhistoryRequest |
setTo(Long to) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="from") @Validation(required=true) public Long from
@NameInMap(value="login_name") @Validation(required=true) public String loginName
@NameInMap(value="to") @Validation(required=true) public Long to
public static QueryRmsNotifyhistoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRmsNotifyhistoryRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryRmsNotifyhistoryRequest setFrom(Long from)
public Long getFrom()
public QueryRmsNotifyhistoryRequest setLoginName(String loginName)
public String getLoginName()
public QueryRmsNotifyhistoryRequest setTo(Long to)
public Long getTo()
Copyright © 2022. All rights reserved.