Class WorkspaceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.WorkspaceInfo
-
public class WorkspaceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WorkspaceInfo()WorkspaceInfo(WorkspaceInfo 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 StringgetName()Get 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。StringgetSpaceKey()Get 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。LonggetWorkspaceId()Get 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。voidsetSpaceKey(String SpaceKey)Set 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。voidsetWorkspaceId(Long WorkspaceId)Set 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。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
-
WorkspaceInfo
public WorkspaceInfo()
-
WorkspaceInfo
public WorkspaceInfo(WorkspaceInfo 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
-
getWorkspaceId
public Long getWorkspaceId()
Get 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WorkspaceId 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。
-
setWorkspaceId
public void setWorkspaceId(Long WorkspaceId)
Set 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WorkspaceId- 工作空间ID 注意:此字段可能返回 null,表示取不到有效值。
-
getSpaceKey
public String getSpaceKey()
Get 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SpaceKey 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。
-
setSpaceKey
public void setSpaceKey(String SpaceKey)
Set 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SpaceKey- 工作空间标识 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 工作空间名称 注意:此字段可能返回 null,表示取不到有效值。
-
-