public class CoolDownBackend extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CoolDownBackend()  | 
CoolDownBackend(CoolDownBackend 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 | 
getDataUsedCapacity()
Get Field: DataUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHost()
Get Field: Host
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRemoteUsedCapacity()
Get Field: RemoteUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTotalCapacity()
Get Field: TotalCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDataUsedCapacity(String DataUsedCapacity)
Set Field: DataUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHost(String Host)
Set Field: Host
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRemoteUsedCapacity(String RemoteUsedCapacity)
Set Field: RemoteUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTotalCapacity(String TotalCapacity)
Set Field: TotalCapacity
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 CoolDownBackend()
public CoolDownBackend(CoolDownBackend source)
public String getHost()
public void setHost(String Host)
Host - Field: Host
Note: This field may return null, indicating that no valid values can be obtained.public String getDataUsedCapacity()
public void setDataUsedCapacity(String DataUsedCapacity)
DataUsedCapacity - Field: DataUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCapacity()
public void setTotalCapacity(String TotalCapacity)
TotalCapacity - Field: TotalCapacity
Note: This field may return null, indicating that no valid values can be obtained.public String getRemoteUsedCapacity()
public void setRemoteUsedCapacity(String RemoteUsedCapacity)
RemoteUsedCapacity - Field: RemoteUsedCapacity
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.