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