public class ModifyCustomizeTemplatesPartByIdRequest extends AbstractModel
Constructor and Description |
---|
ModifyCustomizeTemplatesPartByIdRequest() |
ModifyCustomizeTemplatesPartByIdRequest(ModifyCustomizeTemplatesPartByIdRequest 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 |
getCloudStudioSessionTeam()
Get 用户所属组
|
Long |
getId()
Get 模板ID
|
UserDefinedTemplatePatchedParams |
getUserDefinedTemplatePatchedParams()
Get 自定义模板Patched参数
|
void |
setCloudStudioSessionTeam(String CloudStudioSessionTeam)
Set 用户所属组
|
void |
setId(Long Id)
Set 模板ID
|
void |
setUserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams UserDefinedTemplatePatchedParams)
Set 自定义模板Patched参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyCustomizeTemplatesPartByIdRequest()
public ModifyCustomizeTemplatesPartByIdRequest(ModifyCustomizeTemplatesPartByIdRequest source)
public String getCloudStudioSessionTeam()
public void setCloudStudioSessionTeam(String CloudStudioSessionTeam)
CloudStudioSessionTeam
- 用户所属组public Long getId()
public void setId(Long Id)
Id
- 模板IDpublic UserDefinedTemplatePatchedParams getUserDefinedTemplatePatchedParams()
public void setUserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams UserDefinedTemplatePatchedParams)
UserDefinedTemplatePatchedParams
- 自定义模板Patched参数Copyright © 2023. All rights reserved.