public class PackageBuyInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PackageBuyInfo() |
PackageBuyInfo(PackageBuyInfo 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 |
---|---|
Long |
getBuyTime()
Get Purchased timestamp.
|
Long |
getCapacityRemain()
Get Remaining package.
|
Long |
getCapacitySize()
Get Total package.
|
Long |
getEndTime()
Get End timestamp.
|
String |
getPackageId()
Get Package ID.
|
Long |
getType()
Get Package type, 0 - Outbound call package | 1 - 400 inbound call package.
|
void |
setBuyTime(Long BuyTime)
Set Purchased timestamp.
|
void |
setCapacityRemain(Long CapacityRemain)
Set Remaining package.
|
void |
setCapacitySize(Long CapacitySize)
Set Total package.
|
void |
setEndTime(Long EndTime)
Set End timestamp.
|
void |
setPackageId(String PackageId)
Set Package ID.
|
void |
setType(Long Type)
Set Package type, 0 - Outbound call package | 1 - 400 inbound call package.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PackageBuyInfo()
public PackageBuyInfo(PackageBuyInfo source)
public String getPackageId()
public void setPackageId(String PackageId)
PackageId
- Package ID.public Long getType()
public void setType(Long Type)
Type
- Package type, 0 - Outbound call package | 1 - 400 inbound call package.public Long getCapacitySize()
public void setCapacitySize(Long CapacitySize)
CapacitySize
- Total package.public Long getCapacityRemain()
public void setCapacityRemain(Long CapacityRemain)
CapacityRemain
- Remaining package.public Long getBuyTime()
public void setBuyTime(Long BuyTime)
BuyTime
- Purchased timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End timestamp.Copyright © 2024. All rights reserved.