public class GetRuntimeMCRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetRuntimeMCRequest() |
GetRuntimeMCRequest(GetRuntimeMCRequest 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 |
getRuntimeClass()
Get 环境运行类型:0:运行时类型、1:api类型
|
Long |
getRuntimeId()
Get 环境id
|
String |
getZone()
Get 环境地域
|
void |
setRuntimeClass(Long RuntimeClass)
Set 环境运行类型:0:运行时类型、1:api类型
|
void |
setRuntimeId(Long RuntimeId)
Set 环境id
|
void |
setZone(String Zone)
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, toJsonString
public GetRuntimeMCRequest()
public GetRuntimeMCRequest(GetRuntimeMCRequest source)
public Long getRuntimeId()
public void setRuntimeId(Long RuntimeId)
RuntimeId
- 环境idpublic String getZone()
public void setZone(String Zone)
Zone
- 环境地域public Long getRuntimeClass()
public void setRuntimeClass(Long RuntimeClass)
RuntimeClass
- 环境运行类型:0:运行时类型、1:api类型Copyright © 2024. All rights reserved.