public class BillingData extends AbstractModel
header, skipSign
Constructor and Description |
---|
BillingData() |
BillingData(BillingData 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 |
getHost()
Get Specifies the domain name of the data point.
|
String |
getProxyId()
Get Specifies the layer-4 proxy instance ID the data point belongs to.
|
String |
getRegionId()
Get Specifies the billing region ID the data point belongs to.
|
String |
getTime()
Get Specifies the data timestamp.
|
Long |
getValue()
Get Value.
|
String |
getZoneId()
Get Site ID of the associated data point.
|
void |
setHost(String Host)
Set Specifies the domain name of the data point.
|
void |
setProxyId(String ProxyId)
Set Specifies the layer-4 proxy instance ID the data point belongs to.
|
void |
setRegionId(String RegionId)
Set Specifies the billing region ID the data point belongs to.
|
void |
setTime(String Time)
Set Specifies the data timestamp.
|
void |
setValue(Long Value)
Set Value.
|
void |
setZoneId(String ZoneId)
Set Site ID of the associated data point.
|
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, toJsonString
public BillingData()
public BillingData(BillingData source)
public String getTime()
public void setTime(String Time)
Time
- Specifies the data timestamp.public Long getValue()
public void setValue(Long Value)
Value
- Value.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site ID of the associated data point. if the content identifier feature is enabled, this item is the content identifier.public String getHost()
public void setHost(String Host)
Host
- Specifies the domain name of the data point.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Specifies the layer-4 proxy instance ID the data point belongs to.public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Specifies the billing region ID the data point belongs to. the billing region is determined by the EdgeOne node region where the actual service user client is located. valid values: Copyright © 2025. All rights reserved.