public class GCJobInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GCJobInfo() | 
| GCJobInfo(GCJobInfo 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 | getCreationTime()Get 创建时间 | 
| Long | getID()Get 作业 ID | 
| String | getJobStatus()Get 作业状态 | 
| Schedule | getSchedule()Get 调度信息 | 
| String | getUpdateTime()Get 更新时间 | 
| void | setCreationTime(String CreationTime)Set 创建时间 | 
| void | setID(Long ID)Set 作业 ID | 
| void | setJobStatus(String JobStatus)Set 作业状态 | 
| void | setSchedule(Schedule Schedule)Set 调度信息 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间 | 
| 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, toJsonStringpublic GCJobInfo()
public GCJobInfo(GCJobInfo source)
public Long getID()
public void setID(Long ID)
ID - 作业 IDpublic String getJobStatus()
public void setJobStatus(String JobStatus)
JobStatus - 作业状态public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间public Schedule getSchedule()
public void setSchedule(Schedule Schedule)
Schedule - 调度信息Copyright © 2025. All rights reserved.