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 否允许轮转,true表示开启轮转,false表示禁止轮转。
|
Long |
getFrequency()
Get 轮转的频率,以天为单位,默认为1天。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLatestRotateTime()
Get 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNextRotateBeginTime()
Get 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setEnableRotation(Boolean EnableRotation)
Set 否允许轮转,true表示开启轮转,false表示禁止轮转。
|
void |
setFrequency(Long Frequency)
Set 轮转的频率,以天为单位,默认为1天。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLatestRotateTime(String LatestRotateTime)
Set 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNextRotateBeginTime(String NextRotateBeginTime)
Set 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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
- 否允许轮转,true表示开启轮转,false表示禁止轮转。public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency
- 轮转的频率,以天为单位,默认为1天。
注意:此字段可能返回 null,表示取不到有效值。public String getLatestRotateTime()
public void setLatestRotateTime(String LatestRotateTime)
LatestRotateTime
- 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。public String getNextRotateBeginTime()
public void setNextRotateBeginTime(String NextRotateBeginTime)
NextRotateBeginTime
- 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.