public class GetServiceStatusResponse extends AbstractModel
Constructor and Description |
---|
GetServiceStatusResponse() |
GetServiceStatusResponse(GetServiceStatusResponse 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 |
---|---|
Boolean |
getExclusiveHSMEnabled()
Get 是否开通 KMS 独享版
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getExclusiveVSMEnabled()
Get 是否开通 KMS 托管版
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInvalidType()
Get 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProExpireTime()
Get 旗舰版到期时间(Epoch Unix Timestamp)。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProRenewFlag()
Get 旗舰版是否自动续费:0-不自动续费,1-自动续费
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProResourceId()
Get 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Boolean |
getServiceEnabled()
Get KMS服务是否开通, true 表示已开通
|
Long |
getUserLevel()
Get 0-普通版,1-旗舰版
|
void |
setExclusiveHSMEnabled(Boolean ExclusiveHSMEnabled)
Set 是否开通 KMS 独享版
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExclusiveVSMEnabled(Boolean ExclusiveVSMEnabled)
Set 是否开通 KMS 托管版
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInvalidType(Long InvalidType)
Set 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProExpireTime(Long ProExpireTime)
Set 旗舰版到期时间(Epoch Unix Timestamp)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProRenewFlag(Long ProRenewFlag)
Set 旗舰版是否自动续费:0-不自动续费,1-自动续费
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProResourceId(String ProResourceId)
Set 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setServiceEnabled(Boolean ServiceEnabled)
Set KMS服务是否开通, true 表示已开通
|
void |
setUserLevel(Long UserLevel)
Set 0-普通版,1-旗舰版
|
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 GetServiceStatusResponse()
public GetServiceStatusResponse(GetServiceStatusResponse source)
public Boolean getServiceEnabled()
public void setServiceEnabled(Boolean ServiceEnabled)
ServiceEnabled
- KMS服务是否开通, true 表示已开通public Long getInvalidType()
public void setInvalidType(Long InvalidType)
InvalidType
- 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
注意:此字段可能返回 null,表示取不到有效值。public Long getUserLevel()
public void setUserLevel(Long UserLevel)
UserLevel
- 0-普通版,1-旗舰版public Long getProExpireTime()
public void setProExpireTime(Long ProExpireTime)
ProExpireTime
- 旗舰版到期时间(Epoch Unix Timestamp)。
注意:此字段可能返回 null,表示取不到有效值。public Long getProRenewFlag()
public void setProRenewFlag(Long ProRenewFlag)
ProRenewFlag
- 旗舰版是否自动续费:0-不自动续费,1-自动续费
注意:此字段可能返回 null,表示取不到有效值。public String getProResourceId()
public void setProResourceId(String ProResourceId)
ProResourceId
- 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
注意:此字段可能返回 null,表示取不到有效值。public Boolean getExclusiveVSMEnabled()
public void setExclusiveVSMEnabled(Boolean ExclusiveVSMEnabled)
ExclusiveVSMEnabled
- 是否开通 KMS 托管版
注意:此字段可能返回 null,表示取不到有效值。public Boolean getExclusiveHSMEnabled()
public void setExclusiveHSMEnabled(Boolean ExclusiveHSMEnabled)
ExclusiveHSMEnabled
- 是否开通 KMS 独享版
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.