public class LogStorageRecord extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogStorageRecord() |
LogStorageRecord(LogStorageRecord 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 |
getInquireSize()
Get Total capacity, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMonth()
Get Year and month
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUsedSize()
Get Used storage capacity, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInquireSize(Long InquireSize)
Set Total capacity, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMonth(String Month)
Set Year and month
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUsedSize(Long UsedSize)
Set Used storage capacity, in bytes
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LogStorageRecord()
public LogStorageRecord(LogStorageRecord source)
public String getMonth()
public void setMonth(String Month)
Month
- Year and month
Note: This field may return null, indicating that no valid values can be obtained.public Long getUsedSize()
public void setUsedSize(Long UsedSize)
UsedSize
- Used storage capacity, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getInquireSize()
public void setInquireSize(Long InquireSize)
InquireSize
- Total capacity, in bytes
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.