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