Class ModifyCustomizeTemplatesPartByIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.ModifyCustomizeTemplatesPartByIdRequest
-
public class ModifyCustomizeTemplatesPartByIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCloudStudioSessionTeam()Get 用户所属组LonggetId()Get 模板IDUserDefinedTemplatePatchedParamsgetUserDefinedTemplatePatchedParams()Get 自定义模板Patched参数voidsetCloudStudioSessionTeam(String CloudStudioSessionTeam)Set 用户所属组voidsetId(Long Id)Set 模板IDvoidsetUserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams UserDefinedTemplatePatchedParams)Set 自定义模板Patched参数voidtoMap(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
-
ModifyCustomizeTemplatesPartByIdRequest
public ModifyCustomizeTemplatesPartByIdRequest()
-
ModifyCustomizeTemplatesPartByIdRequest
public 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.
-
-
Method Detail
-
getCloudStudioSessionTeam
public String getCloudStudioSessionTeam()
Get 用户所属组- Returns:
- CloudStudioSessionTeam 用户所属组
-
setCloudStudioSessionTeam
public void setCloudStudioSessionTeam(String CloudStudioSessionTeam)
Set 用户所属组- Parameters:
CloudStudioSessionTeam- 用户所属组
-
getId
public Long getId()
Get 模板ID- Returns:
- Id 模板ID
-
setId
public void setId(Long Id)
Set 模板ID- Parameters:
Id- 模板ID
-
getUserDefinedTemplatePatchedParams
public UserDefinedTemplatePatchedParams getUserDefinedTemplatePatchedParams()
Get 自定义模板Patched参数- Returns:
- UserDefinedTemplatePatchedParams 自定义模板Patched参数
-
setUserDefinedTemplatePatchedParams
public void setUserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams UserDefinedTemplatePatchedParams)
Set 自定义模板Patched参数- Parameters:
UserDefinedTemplatePatchedParams- 自定义模板Patched参数
-
-