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 总量,字节 | 
| String | getMonth()Get 年月份 | 
| Long | getUsedSize()Get 存储量,字节 | 
| void | setInquireSize(Long InquireSize)Set 总量,字节 | 
| void | setMonth(String Month)Set 年月份 | 
| void | setUsedSize(Long UsedSize)Set 存储量,字节 | 
| 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 LogStorageRecord()
public LogStorageRecord(LogStorageRecord source)
public String getMonth()
public void setMonth(String Month)
Month - 年月份public Long getUsedSize()
public void setUsedSize(Long UsedSize)
UsedSize - 存储量,字节public Long getInquireSize()
public void setInquireSize(Long InquireSize)
InquireSize - 总量,字节Copyright © 2025. All rights reserved.