public class GetAuthorizationUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endDate |
Long |
ownerId |
String |
phoneNo |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
schemeId |
| 构造器和说明 |
|---|
GetAuthorizationUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAuthorizationUrlRequest |
build(Map<String,?> map) |
String |
getEndDate() |
Long |
getOwnerId() |
String |
getPhoneNo() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getSchemeId() |
GetAuthorizationUrlRequest |
setEndDate(String endDate) |
GetAuthorizationUrlRequest |
setOwnerId(Long ownerId) |
GetAuthorizationUrlRequest |
setPhoneNo(String phoneNo) |
GetAuthorizationUrlRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetAuthorizationUrlRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetAuthorizationUrlRequest |
setSchemeId(Long schemeId) |
@NameInMap(value="EndDate") public String endDate
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PhoneNo") public String phoneNo
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SchemeId") public Long schemeId
public static GetAuthorizationUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAuthorizationUrlRequest setEndDate(String endDate)
public String getEndDate()
public GetAuthorizationUrlRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetAuthorizationUrlRequest setPhoneNo(String phoneNo)
public String getPhoneNo()
public GetAuthorizationUrlRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetAuthorizationUrlRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetAuthorizationUrlRequest setSchemeId(Long schemeId)
public Long getSchemeId()
Copyright © 2022. All rights reserved.