public class DescribeRotationDetailResponse extends AbstractModel
Constructor and Description |
---|
DescribeRotationDetailResponse() |
DescribeRotationDetailResponse(DescribeRotationDetailResponse 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 |
---|---|
Boolean |
getEnableRotation()
Get Whether to enable rotation.
|
Long |
getFrequency()
Get Rotation frequency in days.
|
String |
getLatestRotateTime()
Get Last rotation time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
|
String |
getNextRotateBeginTime()
Get Next rotation start time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setEnableRotation(Boolean EnableRotation)
Set Whether to enable rotation.
|
void |
setFrequency(Long Frequency)
Set Rotation frequency in days.
|
void |
setLatestRotateTime(String LatestRotateTime)
Set Last rotation time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
|
void |
setNextRotateBeginTime(String NextRotateBeginTime)
Set Next rotation start time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeRotationDetailResponse()
public DescribeRotationDetailResponse(DescribeRotationDetailResponse source)
public Boolean getEnableRotation()
public void setEnableRotation(Boolean EnableRotation)
EnableRotation
- Whether to enable rotation. `true`: enabled; `false`: disabled.public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency
- Rotation frequency in days. Default value: 1 day.
Note: this field may return null, indicating that no valid values can be obtained.public String getLatestRotateTime()
public void setLatestRotateTime(String LatestRotateTime)
LatestRotateTime
- Last rotation time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
Note: this field may return null, indicating that no valid values can be obtained.public String getNextRotateBeginTime()
public void setNextRotateBeginTime(String NextRotateBeginTime)
NextRotateBeginTime
- Next rotation start time, which is an explicitly visible time string in the format of 2006-01-02 15:04:05.
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.