Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CodeSource
-
Packages that use CodeSource Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CodeSource in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CodeSource Modifier and Type Method Description CodeSource
CloudBaseProjectVersion. getSource()
Get 来源类型 注意:此字段可能返回 null,表示取不到有效值。CodeSource
CreateAndDeployCloudBaseProjectRequest. getSource()
Get 来源Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CodeSource Modifier and Type Method Description void
CloudBaseProjectVersion. setSource(CodeSource Source)
Set 来源类型 注意:此字段可能返回 null,表示取不到有效值。void
CreateAndDeployCloudBaseProjectRequest. setSource(CodeSource Source)
Set 来源Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CodeSource Constructor Description CodeSource(CodeSource 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.
-