public class ModifyDeviceAutoRenewFlagRequest extends AbstractModel
Constructor and Description |
---|
ModifyDeviceAutoRenewFlagRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenewFlag()
Get 自动续费标志位。0: 不自动续费; 1: 自动续费
|
String[] |
getInstanceIds()
Get 需要修改的设备ID列表
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标志位。0: 不自动续费; 1: 自动续费
|
void |
setInstanceIds(String[] InstanceIds)
Set 需要修改的设备ID列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费标志位。0: 不自动续费; 1: 自动续费public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 需要修改的设备ID列表Copyright © 2020. All rights reserved.