public class StageCloudApiRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
StageCloudApiRequest() |
StageCloudApiRequest(StageCloudApiRequest 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 |
getClusterId()
Get 无
|
String |
getContent()
Get 无
|
String |
getDescription()
Get 无
|
String |
getJobId()
Get 无
|
String |
getJobType()
Get 无
|
String |
getMode()
Get 无
|
Property[] |
getParameters()
Get 无
|
String |
getProjectId()
Get 无
|
String |
getQueue()
Get 无
|
String |
getStageId()
Get 无
|
String |
getStageName()
Get 无
|
String |
getType()
Get 无
|
String |
getVersion()
Get 无
|
String |
getWorkFlowId()
Get 无
|
void |
setClusterId(String ClusterId)
Set 无
|
void |
setContent(String Content)
Set 无
|
void |
setDescription(String Description)
Set 无
|
void |
setJobId(String JobId)
Set 无
|
void |
setJobType(String JobType)
Set 无
|
void |
setMode(String Mode)
Set 无
|
void |
setParameters(Property[] Parameters)
Set 无
|
void |
setProjectId(String ProjectId)
Set 无
|
void |
setQueue(String Queue)
Set 无
|
void |
setStageId(String StageId)
Set 无
|
void |
setStageName(String StageName)
Set 无
|
void |
setType(String Type)
Set 无
|
void |
setVersion(String Version)
Set 无
|
void |
setWorkFlowId(String WorkFlowId)
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 StageCloudApiRequest()
public StageCloudApiRequest(StageCloudApiRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 无public String getStageId()
public void setStageId(String StageId)
StageId - 无public String getJobId()
public void setJobId(String JobId)
JobId - 无public String getStageName()
public void setStageName(String StageName)
StageName - 无public String getType()
public void setType(String Type)
Type - 无public String getMode()
public void setMode(String Mode)
Mode - 无public String getVersion()
public void setVersion(String Version)
Version - 无public String getQueue()
public void setQueue(String Queue)
Queue - 无public String getContent()
public void setContent(String Content)
Content - 无public Property[] getParameters()
public void setParameters(Property[] Parameters)
Parameters - 无public String getDescription()
public void setDescription(String Description)
Description - 无public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 无public String getJobType()
public void setJobType(String JobType)
JobType - 无public String getWorkFlowId()
public void setWorkFlowId(String WorkFlowId)
WorkFlowId - 无Copyright © 2024. All rights reserved.