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