public class ModifyChargeCodeRequest extends Object
| Constructor and Description |
|---|
ModifyChargeCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyChargeCodeRequest |
autoRenew(Boolean autoRenew) |
boolean |
equals(Object o) |
@NotNull @Min(value=1L) Integer |
getIncludeMonths()
Get includeMonths
minimum: 1
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull String |
getToChargeType()
Get toChargeType
|
int |
hashCode() |
ModifyChargeCodeRequest |
includeMonths(Integer includeMonths) |
ModifyChargeCodeRequest |
instanceId(String instanceId) |
@NotNull Boolean |
isAutoRenew()
Get autoRenew
|
void |
setAutoRenew(Boolean autoRenew) |
void |
setIncludeMonths(Integer includeMonths) |
void |
setInstanceId(String instanceId) |
void |
setToChargeType(String toChargeType) |
ModifyChargeCodeRequest |
toChargeType(String toChargeType) |
String |
toString() |
public ModifyChargeCodeRequest autoRenew(Boolean autoRenew)
@NotNull public @NotNull Boolean isAutoRenew()
public void setAutoRenew(Boolean autoRenew)
public ModifyChargeCodeRequest includeMonths(Integer includeMonths)
@NotNull @Min(value=1L) public @NotNull @Min(value=1L) Integer getIncludeMonths()
public void setIncludeMonths(Integer includeMonths)
public ModifyChargeCodeRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public ModifyChargeCodeRequest toChargeType(String toChargeType)
@NotNull public @NotNull String getToChargeType()
public void setToChargeType(String toChargeType)
Copyright © 2026. All rights reserved.