public class FlowUsage extends AbstractModel
Constructor and Description |
---|
FlowUsage() |
FlowUsage(FlowUsage 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 |
getAvailableQuantity()
Get Available quota of traffic package
|
String |
getFlowType()
Get Traffic package type, Valid values: ZONE (private domain); TRAFFIC (DNS traffic package)
|
Long |
getTotalQuantity()
Get Traffic package quota
|
void |
setAvailableQuantity(Long AvailableQuantity)
Set Available quota of traffic package
|
void |
setFlowType(String FlowType)
Set Traffic package type, Valid values: ZONE (private domain); TRAFFIC (DNS traffic package)
|
void |
setTotalQuantity(Long TotalQuantity)
Set Traffic package quota
|
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 FlowUsage()
public FlowUsage(FlowUsage source)
public String getFlowType()
public void setFlowType(String FlowType)
FlowType
- Traffic package type, Valid values: ZONE (private domain); TRAFFIC (DNS traffic package)public Long getTotalQuantity()
public void setTotalQuantity(Long TotalQuantity)
TotalQuantity
- Traffic package quotapublic Long getAvailableQuantity()
public void setAvailableQuantity(Long AvailableQuantity)
AvailableQuantity
- Available quota of traffic packageCopyright © 2023. All rights reserved.