public class ModifyVolumeChargeTypeRequest extends Object
| Constructor and Description |
|---|
ModifyVolumeChargeTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyVolumeChargeTypeRequest |
addVolumeIdsItem(String volumeIdsItem) |
ModifyVolumeChargeTypeRequest |
autoPay(Boolean autoPay) |
ModifyVolumeChargeTypeRequest |
diskChargeType(String diskChargeType) |
boolean |
equals(Object o) |
@NotNull String |
getDiskChargeType()
Get diskChargeType
|
@NotNull String |
getInstanceId()
Get instanceId
|
List<String> |
getVolumeIds()
Get volumeIds
|
int |
hashCode() |
ModifyVolumeChargeTypeRequest |
instanceId(String instanceId) |
Boolean |
isAutoPay()
Get autoPay
|
void |
setAutoPay(Boolean autoPay) |
void |
setDiskChargeType(String diskChargeType) |
void |
setInstanceId(String instanceId) |
void |
setVolumeIds(List<String> volumeIds) |
String |
toString() |
ModifyVolumeChargeTypeRequest |
volumeIds(List<String> volumeIds) |
public ModifyVolumeChargeTypeRequest autoPay(Boolean autoPay)
public Boolean isAutoPay()
public void setAutoPay(Boolean autoPay)
public ModifyVolumeChargeTypeRequest diskChargeType(String diskChargeType)
@NotNull public @NotNull String getDiskChargeType()
public void setDiskChargeType(String diskChargeType)
public ModifyVolumeChargeTypeRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public ModifyVolumeChargeTypeRequest volumeIds(List<String> volumeIds)
public ModifyVolumeChargeTypeRequest addVolumeIdsItem(String volumeIdsItem)
Copyright © 2026. All rights reserved.