public class HistoryJob extends AbstractModel
header, skipSign
Constructor and Description |
---|
HistoryJob() |
HistoryJob(HistoryJob 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 |
---|---|
Long |
getEndTime()
Get 扩容结束时间
说明:此项显示的格式是 int 类型的 unix 时间戳
|
String |
getError()
Get extend_failed操作上报
|
String |
getExpandType()
Get 扩容类型
|
Long |
getExtendCPUNum()
Get 增减的cpu数
|
Long |
getNewCpu()
Get 扩容后核数
|
Long |
getOldCpu()
Get 扩容前核数
|
String |
getOperationType()
Get 操作类型
|
Long |
getStartTime()
Get 扩容开始时间
说明:此项显示的格式是 int 类型的 unix 时间戳
|
void |
setEndTime(Long EndTime)
Set 扩容结束时间
说明:此项显示的格式是 int 类型的 unix 时间戳
|
void |
setError(String Error)
Set extend_failed操作上报
|
void |
setExpandType(String ExpandType)
Set 扩容类型
|
void |
setExtendCPUNum(Long ExtendCPUNum)
Set 增减的cpu数
|
void |
setNewCpu(Long NewCpu)
Set 扩容后核数
|
void |
setOldCpu(Long OldCpu)
Set 扩容前核数
|
void |
setOperationType(String OperationType)
Set 操作类型
|
void |
setStartTime(Long StartTime)
Set 扩容开始时间
说明:此项显示的格式是 int 类型的 unix 时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HistoryJob()
public HistoryJob(HistoryJob source)
public String getOperationType()
public void setOperationType(String OperationType)
OperationType
- 操作类型public String getExpandType()
public void setExpandType(String ExpandType)
ExpandType
- 扩容类型public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 扩容开始时间
说明:此项显示的格式是 int 类型的 unix 时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 扩容结束时间
说明:此项显示的格式是 int 类型的 unix 时间戳public Long getOldCpu()
public void setOldCpu(Long OldCpu)
OldCpu
- 扩容前核数public Long getNewCpu()
public void setNewCpu(Long NewCpu)
NewCpu
- 扩容后核数public Long getExtendCPUNum()
public void setExtendCPUNum(Long ExtendCPUNum)
ExtendCPUNum
- 增减的cpu数public String getError()
public void setError(String Error)
Error
- extend_failed操作上报Copyright © 2025. All rights reserved.