public class RefreshBatch extends AbstractModel
header, skipSign
Constructor and Description |
---|
RefreshBatch() |
RefreshBatch(RefreshBatch 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 |
getEndTime()
Get Refresh batch end time.
|
Long |
getRefreshBatchNum()
Get Refresh batch number.
|
RefreshBatchRelatedInstance[] |
getRefreshBatchRelatedInstanceSet()
Get List of instances linked to a refresh batch.
|
String |
getRefreshBatchStatus()
Get Refresh batch status.
|
String |
getStartTime()
Get Refresh batch start time.
|
void |
setEndTime(String EndTime)
Set Refresh batch end time.
|
void |
setRefreshBatchNum(Long RefreshBatchNum)
Set Refresh batch number.
|
void |
setRefreshBatchRelatedInstanceSet(RefreshBatchRelatedInstance[] RefreshBatchRelatedInstanceSet)
Set List of instances linked to a refresh batch.
|
void |
setRefreshBatchStatus(String RefreshBatchStatus)
Set Refresh batch status.
|
void |
setStartTime(String StartTime)
Set Refresh batch start time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RefreshBatch()
public RefreshBatch(RefreshBatch source)
public Long getRefreshBatchNum()
public void setRefreshBatchNum(Long RefreshBatchNum)
RefreshBatchNum
- Refresh batch number. For example, a value of 2 indicates that the current batch of instances will be refreshed in the second batch.public String getRefreshBatchStatus()
public void setRefreshBatchStatus(String RefreshBatchStatus)
RefreshBatchStatus
- Refresh batch status. Valid values: public RefreshBatchRelatedInstance[] getRefreshBatchRelatedInstanceSet()
public void setRefreshBatchRelatedInstanceSet(RefreshBatchRelatedInstance[] RefreshBatchRelatedInstanceSet)
RefreshBatchRelatedInstanceSet
- List of instances linked to a refresh batch.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Refresh batch start time.
Note: This field may return null, indicating that no valid value can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Refresh batch end time.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.