public class GetMobileRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessToken |
String |
outId |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
GetMobileRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMobileRequest |
build(Map<String,?> map) |
String |
getAccessToken() |
String |
getOutId() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetMobileRequest |
setAccessToken(String accessToken) |
GetMobileRequest |
setOutId(String outId) |
GetMobileRequest |
setOwnerId(Long ownerId) |
GetMobileRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetMobileRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AccessToken") public String accessToken
@NameInMap(value="OutId") public String outId
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetMobileRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMobileRequest setAccessToken(String accessToken)
public String getAccessToken()
public GetMobileRequest setOutId(String outId)
public String getOutId()
public GetMobileRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetMobileRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetMobileRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2022. All rights reserved.