Class EnableTrialVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.EnableTrialVersionRequest
-
public class EnableTrialVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EnableTrialVersionRequest()EnableTrialVersionRequest(EnableTrialVersionRequest 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 StringgetDspaId()Get DSPA实例ID。StringgetTrialVersion()Get 体验版本名称。voidsetDspaId(String DspaId)Set DSPA实例ID。voidsetTrialVersion(String TrialVersion)Set 体验版本名称。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
-
EnableTrialVersionRequest
public EnableTrialVersionRequest()
-
EnableTrialVersionRequest
public EnableTrialVersionRequest(EnableTrialVersionRequest 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
-
getDspaId
public String getDspaId()
Get DSPA实例ID。- Returns:
- DspaId DSPA实例ID。
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID。- Parameters:
DspaId- DSPA实例ID。
-
getTrialVersion
public String getTrialVersion()
Get 体验版本名称。- Returns:
- TrialVersion 体验版本名称。
-
setTrialVersion
public void setTrialVersion(String TrialVersion)
Set 体验版本名称。- Parameters:
TrialVersion- 体验版本名称。
-
-