public class DevicePayModeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DevicePayModeInfo() | 
| DevicePayModeInfo(DevicePayModeInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeviceId()Get 设备ID | 
| Long | getPayMode()Get 付费模式。
1:预付费流量包
0:按流量后付费 | 
| String | getPayModeDesc()Get 付费模式描述 | 
| String | getResourceId()Get 流量包ID,仅当付费模式为流量包类型时才有。 | 
| void | setDeviceId(String DeviceId)Set 设备ID | 
| void | setPayMode(Long PayMode)Set 付费模式。
1:预付费流量包
0:按流量后付费 | 
| void | setPayModeDesc(String PayModeDesc)Set 付费模式描述 | 
| void | setResourceId(String ResourceId)Set 流量包ID,仅当付费模式为流量包类型时才有。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DevicePayModeInfo()
public DevicePayModeInfo(DevicePayModeInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备IDpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 付费模式。
1:预付费流量包
0:按流量后付费public String getPayModeDesc()
public void setPayModeDesc(String PayModeDesc)
PayModeDesc - 付费模式描述public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 流量包ID,仅当付费模式为流量包类型时才有。Copyright © 2025. All rights reserved.