public class ModifyCustomizeTemplateVersionControlRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyCustomizeTemplateVersionControlRequest() |
ModifyCustomizeTemplateVersionControlRequest(ModifyCustomizeTemplateVersionControlRequest 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 用户所属组
|
String |
getRef()
Get 代码仓库分支/标签
|
String |
getRefType()
Get 代码仓库 ref 类型
|
Long |
getTemplateId()
Get 模板ID
|
String |
getUrl()
Get 仓库地址
|
void |
setCloudStudioSessionTeam(String CloudStudioSessionTeam)
Set 用户所属组
|
void |
setRef(String Ref)
Set 代码仓库分支/标签
|
void |
setRefType(String RefType)
Set 代码仓库 ref 类型
|
void |
setTemplateId(Long TemplateId)
Set 模板ID
|
void |
setUrl(String Url)
Set 仓库地址
|
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, toJsonStringpublic ModifyCustomizeTemplateVersionControlRequest()
public ModifyCustomizeTemplateVersionControlRequest(ModifyCustomizeTemplateVersionControlRequest source)
public String getCloudStudioSessionTeam()
public void setCloudStudioSessionTeam(String CloudStudioSessionTeam)
CloudStudioSessionTeam - 用户所属组public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - 模板IDpublic String getUrl()
public void setUrl(String Url)
Url - 仓库地址public String getRef()
public void setRef(String Ref)
Ref - 代码仓库分支/标签public String getRefType()
public void setRefType(String RefType)
RefType - 代码仓库 ref 类型Copyright © 2022. All rights reserved.