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 Creation time 
 | 
Long | 
getID()
Get Job ID 
 | 
String | 
getJobStatus()
Get Job status 
 | 
Schedule | 
getSchedule()
Get Scheduling information 
 | 
String | 
getUpdateTime()
Get Update time 
 | 
void | 
setCreationTime(String CreationTime)
Set Creation time 
 | 
void | 
setID(Long ID)
Set Job ID 
 | 
void | 
setJobStatus(String JobStatus)
Set Job status 
 | 
void | 
setSchedule(Schedule Schedule)
Set Scheduling information 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time 
 | 
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 - Job IDpublic String getJobStatus()
public void setJobStatus(String JobStatus)
JobStatus - Job statuspublic String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timepublic Schedule getSchedule()
public void setSchedule(Schedule Schedule)
Schedule - Scheduling informationCopyright © 2025. All rights reserved.