Class InstanceRenewInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.InstanceRenewInfo
-
public class InstanceRenewInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceRenewInfo()InstanceRenewInfo(InstanceRenewInfo 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 StringgetInstanceId()Get 实例ID,形如mssql-j8kv137vLonggetRenewFlag()Get 实例续费标记。0:正常续费,1:自动续费,2:到期不续voidsetInstanceId(String InstanceId)Set 实例ID,形如mssql-j8kv137vvoidsetRenewFlag(Long RenewFlag)Set 实例续费标记。0:正常续费,1:自动续费,2:到期不续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
-
InstanceRenewInfo
public InstanceRenewInfo()
-
InstanceRenewInfo
public InstanceRenewInfo(InstanceRenewInfo 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
-
getInstanceId
public String getInstanceId()
Get 实例ID,形如mssql-j8kv137v- Returns:
- InstanceId 实例ID,形如mssql-j8kv137v
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID,形如mssql-j8kv137v- Parameters:
InstanceId- 实例ID,形如mssql-j8kv137v
-
getRenewFlag
public Long getRenewFlag()
Get 实例续费标记。0:正常续费,1:自动续费,2:到期不续- Returns:
- RenewFlag 实例续费标记。0:正常续费,1:自动续费,2:到期不续
-
setRenewFlag
public void setRenewFlag(Long RenewFlag)
Set 实例续费标记。0:正常续费,1:自动续费,2:到期不续- Parameters:
RenewFlag- 实例续费标记。0:正常续费,1:自动续费,2:到期不续
-
-