Class CreateEdgeUnitApplicationYamlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.CreateEdgeUnitApplicationYamlRequest
-
public class CreateEdgeUnitApplicationYamlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateEdgeUnitApplicationYamlRequest()
CreateEdgeUnitApplicationYamlRequest(CreateEdgeUnitApplicationYamlRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationBasicInfo
getBasicInfo()
Get 基本信息Long
getEdgeUnitId()
Get 单元IDString
getYaml()
Get base64后的Yaml配置void
setBasicInfo(ApplicationBasicInfo BasicInfo)
Set 基本信息void
setEdgeUnitId(Long EdgeUnitId)
Set 单元IDvoid
setYaml(String Yaml)
Set base64后的Yaml配置void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateEdgeUnitApplicationYamlRequest
public CreateEdgeUnitApplicationYamlRequest()
-
CreateEdgeUnitApplicationYamlRequest
public CreateEdgeUnitApplicationYamlRequest(CreateEdgeUnitApplicationYamlRequest 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get 单元ID- Returns:
- EdgeUnitId 单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set 单元ID- Parameters:
EdgeUnitId
- 单元ID
-
getYaml
public String getYaml()
Get base64后的Yaml配置- Returns:
- Yaml base64后的Yaml配置
-
setYaml
public void setYaml(String Yaml)
Set base64后的Yaml配置- Parameters:
Yaml
- base64后的Yaml配置
-
getBasicInfo
public ApplicationBasicInfo getBasicInfo()
Get 基本信息- Returns:
- BasicInfo 基本信息
-
setBasicInfo
public void setBasicInfo(ApplicationBasicInfo BasicInfo)
Set 基本信息- Parameters:
BasicInfo
- 基本信息
-
-