public class TrafficPackage extends AbstractModel
构造器和说明 |
---|
TrafficPackage() |
限定符和类型 | 方法和说明 |
---|---|
Boolean |
getAutoExtension()
获取流量包是否自动续订
|
Integer |
getBytes()
获取流量包大小(单位为 Byte)
|
Integer |
getBytesUsed()
获取已消耗流量(单位为 Byte)
|
String |
getChannel()
获取流量包来源
|
Boolean |
getContractExtension()
获取流量包是否续订
|
String |
getCreateTime()
获取流量包发放时间
|
String |
getEnableTime()
获取流量包生效时间
|
String |
getExpireTime()
获取流量包过期时间
|
Integer |
getId()
获取流量包 Id
|
String |
getStatus()
获取流量包状态
enabled:已启用
expired:已过期
disabled:未启用
|
String |
getType()
获取流量包类型
|
void |
setAutoExtension(Boolean AutoExtension)
设置流量包是否自动续订
|
void |
setBytes(Integer Bytes)
设置流量包大小(单位为 Byte)
|
void |
setBytesUsed(Integer BytesUsed)
设置已消耗流量(单位为 Byte)
|
void |
setChannel(String Channel)
设置流量包来源
|
void |
setContractExtension(Boolean ContractExtension)
设置流量包是否续订
|
void |
setCreateTime(String CreateTime)
设置流量包发放时间
|
void |
setEnableTime(String EnableTime)
设置流量包生效时间
|
void |
setExpireTime(String ExpireTime)
设置流量包过期时间
|
void |
setId(Integer Id)
设置流量包 Id
|
void |
setStatus(String Status)
设置流量包状态
enabled:已启用
expired:已过期
disabled:未启用
|
void |
setType(String Type)
设置流量包类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getId()
public void setId(Integer Id)
Id
- 流量包 Idpublic String getType()
public void setType(String Type)
Type
- 流量包类型public Integer getBytes()
public void setBytes(Integer Bytes)
Bytes
- 流量包大小(单位为 Byte)public Integer getBytesUsed()
public void setBytesUsed(Integer BytesUsed)
BytesUsed
- 已消耗流量(单位为 Byte)public String getStatus()
public void setStatus(String Status)
Status
- 流量包状态
enabled:已启用
expired:已过期
disabled:未启用public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 流量包发放时间public String getEnableTime()
public void setEnableTime(String EnableTime)
EnableTime
- 流量包生效时间public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 流量包过期时间public Boolean getContractExtension()
public void setContractExtension(Boolean ContractExtension)
ContractExtension
- 流量包是否续订public Boolean getAutoExtension()
public void setAutoExtension(Boolean AutoExtension)
AutoExtension
- 流量包是否自动续订public String getChannel()
public void setChannel(String Channel)
Channel
- 流量包来源Copyright © 2019. All rights reserved.