public class ModifyVolumeChargeTypeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyVolumeChargeTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
Billing |
getBilling() |
String |
getEffectiveType() |
String |
getVolumeId() |
void |
setBilling(Billing billing) |
void |
setEffectiveType(String effectiveType) |
void |
setVolumeId(String volumeId) |
String |
toString() |
ModifyVolumeChargeTypeRequest |
withBilling(Billing billing) |
ModifyVolumeChargeTypeRequest |
withEffectiveType(String effectiveType) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
ModifyVolumeChargeTypeRequest |
withVolumeId(String volumeId) |
getRequestCredentials, setRequestCredentialspublic ModifyVolumeChargeTypeRequest withVolumeId(String volumeId)
public ModifyVolumeChargeTypeRequest withBilling(Billing billing)
public ModifyVolumeChargeTypeRequest withEffectiveType(String effectiveType)
public String getVolumeId()
public void setVolumeId(String volumeId)
public String getEffectiveType()
public void setEffectiveType(String effectiveType)
public Billing getBilling()
public void setBilling(Billing billing)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.