public class GetAuthTokenRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
origin |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
url |
| 构造器和说明 |
|---|
GetAuthTokenRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAuthTokenRequest |
build(Map<String,?> map) |
String |
getOrigin() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getUrl() |
GetAuthTokenRequest |
setOrigin(String origin) |
GetAuthTokenRequest |
setOwnerId(Long ownerId) |
GetAuthTokenRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetAuthTokenRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetAuthTokenRequest |
setUrl(String url) |
@NameInMap(value="Origin") public String origin
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Url") public String url
public static GetAuthTokenRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAuthTokenRequest setOrigin(String origin)
public String getOrigin()
public GetAuthTokenRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetAuthTokenRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetAuthTokenRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetAuthTokenRequest setUrl(String url)
public String getUrl()
Copyright © 2022. All rights reserved.