Class LogStorageRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.LogStorageRecord
-
public class LogStorageRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetInquireSize()Get 总量,字节 注意:此字段可能返回 null,表示取不到有效值。StringgetMonth()Get 年月份 注意:此字段可能返回 null,表示取不到有效值。LonggetUsedSize()Get 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。voidsetInquireSize(Long InquireSize)Set 总量,字节 注意:此字段可能返回 null,表示取不到有效值。voidsetMonth(String Month)Set 年月份 注意:此字段可能返回 null,表示取不到有效值。voidsetUsedSize(Long UsedSize)Set 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LogStorageRecord
public LogStorageRecord()
-
LogStorageRecord
public 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.
-
-
Method Detail
-
getMonth
public String getMonth()
Get 年月份 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Month 年月份 注意:此字段可能返回 null,表示取不到有效值。
-
setMonth
public void setMonth(String Month)
Set 年月份 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Month- 年月份 注意:此字段可能返回 null,表示取不到有效值。
-
getUsedSize
public Long getUsedSize()
Get 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsedSize 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
-
setUsedSize
public void setUsedSize(Long UsedSize)
Set 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsedSize- 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
-
getInquireSize
public Long getInquireSize()
Get 总量,字节 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InquireSize 总量,字节 注意:此字段可能返回 null,表示取不到有效值。
-
setInquireSize
public void setInquireSize(Long InquireSize)
Set 总量,字节 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InquireSize- 总量,字节 注意:此字段可能返回 null,表示取不到有效值。
-
-