public class DescribeSecLogVasInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeSecLogVasInfoResponse() |
DescribeSecLogVasInfoResponse(DescribeSecLogVasInfoResponse 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 |
getBuyStatus()
Get 购买状态
待购: Pending
已购: Normal
隔离: Isolate
|
String |
getEndTime()
Get 截止时间
|
Boolean |
getIsPurchased()
Get 是否曾经购买过(false:未曾 true:曾经购买过)
|
Long |
getLogCapacity()
Get 存储容量(GB)
|
Long |
getLogSaveMonth()
Get 存储时长(月)
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getResourceID()
Get 资源ID
|
String |
getStartTime()
Get 起始时间
|
Long |
getTrialCapacity()
Get 试用存储容量(GB)
|
void |
setBuyStatus(String BuyStatus)
Set 购买状态
待购: Pending
已购: Normal
隔离: Isolate
|
void |
setEndTime(String EndTime)
Set 截止时间
|
void |
setIsPurchased(Boolean IsPurchased)
Set 是否曾经购买过(false:未曾 true:曾经购买过)
|
void |
setLogCapacity(Long LogCapacity)
Set 存储容量(GB)
|
void |
setLogSaveMonth(Long LogSaveMonth)
Set 存储时长(月)
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResourceID(String ResourceID)
Set 资源ID
|
void |
setStartTime(String StartTime)
Set 起始时间
|
void |
setTrialCapacity(Long TrialCapacity)
Set 试用存储容量(GB)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSecLogVasInfoResponse()
public DescribeSecLogVasInfoResponse(DescribeSecLogVasInfoResponse source)
public String getBuyStatus()
public void setBuyStatus(String BuyStatus)
BuyStatus
- 购买状态
待购: Pending
已购: Normal
隔离: Isolatepublic Long getLogSaveMonth()
public void setLogSaveMonth(Long LogSaveMonth)
LogSaveMonth
- 存储时长(月)public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 截止时间public Long getLogCapacity()
public void setLogCapacity(Long LogCapacity)
LogCapacity
- 存储容量(GB)public String getResourceID()
public void setResourceID(String ResourceID)
ResourceID
- 资源IDpublic Boolean getIsPurchased()
public void setIsPurchased(Boolean IsPurchased)
IsPurchased
- 是否曾经购买过(false:未曾 true:曾经购买过)public Long getTrialCapacity()
public void setTrialCapacity(Long TrialCapacity)
TrialCapacity
- 试用存储容量(GB)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.