public class StopWorkspaceRequest extends AbstractModel
Constructor and Description |
---|
StopWorkspaceRequest() |
StopWorkspaceRequest(StopWorkspaceRequest 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 |
getForce()
Get 是否强制终止,true或者false
|
String |
getSpaceKey()
Get 空间标识
|
void |
setCloudStudioSessionTeam(String CloudStudioSessionTeam)
Set 用户所属组
|
void |
setForce(String Force)
Set 是否强制终止,true或者false
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StopWorkspaceRequest()
public StopWorkspaceRequest(StopWorkspaceRequest source)
public String getSpaceKey()
public void setSpaceKey(String SpaceKey)
SpaceKey
- 空间标识public String getCloudStudioSessionTeam()
public void setCloudStudioSessionTeam(String CloudStudioSessionTeam)
CloudStudioSessionTeam
- 用户所属组public String getForce()
public void setForce(String Force)
Force
- 是否强制终止,true或者falseCopyright © 2022. All rights reserved.