public class CloudProtectService extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudProtectService() |
CloudProtectService(CloudProtectService 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 |
getBeginTime()
Get Time of purchase
|
String |
getConfig()
Get Configuration: information of purchased configuration
|
String |
getResourceId()
Get Resource ID
|
String |
getServiceName()
Get Service name
|
String |
getType()
Get Type: new purchase in this case
|
void |
setBeginTime(String BeginTime)
Set Time of purchase
|
void |
setConfig(String Config)
Set Configuration: information of purchased configuration
|
void |
setResourceId(String ResourceId)
Set Resource ID
|
void |
setServiceName(String ServiceName)
Set Service name
|
void |
setType(String Type)
Set Type: new purchase in this case
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CloudProtectService()
public CloudProtectService(CloudProtectService source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDpublic String getType()
public void setType(String Type)
Type
- Type: new purchase in this casepublic String getConfig()
public void setConfig(String Config)
Config
- Configuration: information of purchased configurationpublic String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service namepublic String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Time of purchaseCopyright © 2024. All rights reserved.