public class ListDeployableRuntimesMCRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListDeployableRuntimesMCRequest() |
ListDeployableRuntimesMCRequest(ListDeployableRuntimesMCRequest 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 |
getInstanceId()
Get 实例id
|
Long |
getPlanType()
Get 版本类型 0-pro 1-lite
|
Long |
getProjectId()
Get 应用id
|
Long |
getRuntimeClass()
Get 0:应用集成,1:API,2:ETL
|
void |
setInstanceId(Long InstanceId)
Set 实例id
|
void |
setPlanType(Long PlanType)
Set 版本类型 0-pro 1-lite
|
void |
setProjectId(Long ProjectId)
Set 应用id
|
void |
setRuntimeClass(Long RuntimeClass)
Set 0:应用集成,1:API,2:ETL
|
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 ListDeployableRuntimesMCRequest()
public ListDeployableRuntimesMCRequest(ListDeployableRuntimesMCRequest source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 应用idpublic Long getInstanceId()
public void setInstanceId(Long InstanceId)
InstanceId
- 实例idpublic Long getPlanType()
public void setPlanType(Long PlanType)
PlanType
- 版本类型 0-pro 1-litepublic Long getRuntimeClass()
public void setRuntimeClass(Long RuntimeClass)
RuntimeClass
- 0:应用集成,1:API,2:ETLCopyright © 2024. All rights reserved.