public class DescribeWorkspaceStatusRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeWorkspaceStatusRequest() |
DescribeWorkspaceStatusRequest(DescribeWorkspaceStatusRequest 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 |
getSpaceKey()
Get 空间标识
|
void |
setCloudStudioSessionTeam(String CloudStudioSessionTeam)
Set 用户所属组
|
void |
setSpaceKey(String SpaceKey)
Set 空间标识
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWorkspaceStatusRequest()
public DescribeWorkspaceStatusRequest(DescribeWorkspaceStatusRequest source)
public String getCloudStudioSessionTeam()
public void setCloudStudioSessionTeam(String CloudStudioSessionTeam)
CloudStudioSessionTeam
- 用户所属组public String getSpaceKey()
public void setSpaceKey(String SpaceKey)
SpaceKey
- 空间标识Copyright © 2023. All rights reserved.