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 |
---|---|
Long |
getInvalidType()
Get Service unavailability type.
|
Long |
getProExpireTime()
Get Ultimate Edition expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getProRenewFlag()
Get Whether to automatically renew Ultimate Edition.
|
String |
getProResourceId()
Get Unique ID of the Ultimate Edition purchase record.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Boolean |
getServiceEnabled()
Get Whether the KMS service has been activated.
|
Long |
getUserLevel()
Get 0: Basic Edition, 1: Ultimate Edition
|
void |
setInvalidType(Long InvalidType)
Set Service unavailability type.
|
void |
setProExpireTime(Long ProExpireTime)
Set Ultimate Edition expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setProRenewFlag(Long ProRenewFlag)
Set Whether to automatically renew Ultimate Edition.
|
void |
setProResourceId(String ProResourceId)
Set Unique ID of the Ultimate Edition purchase record.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setServiceEnabled(Boolean ServiceEnabled)
Set Whether the KMS service has been activated.
|
void |
setUserLevel(Long UserLevel)
Set 0: Basic Edition, 1: Ultimate Edition
|
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
- Whether the KMS service has been activated. true: activatedpublic Long getInvalidType()
public void setInvalidType(Long InvalidType)
InvalidType
- Service unavailability type. 0: not purchased; 1: normal; 2: suspended due to arrears; 3: resource releasedpublic Long getUserLevel()
public void setUserLevel(Long UserLevel)
UserLevel
- 0: Basic Edition, 1: Ultimate Editionpublic Long getProExpireTime()
public void setProExpireTime(Long ProExpireTime)
ProExpireTime
- Ultimate Edition expiration time
Note: this field may return null, indicating that no valid values can be obtained.public Long getProRenewFlag()
public void setProRenewFlag(Long ProRenewFlag)
ProRenewFlag
- Whether to automatically renew Ultimate Edition. 0: no, 1: yes
Note: this field may return null, indicating that no valid values can be obtained.public String getProResourceId()
public void setProResourceId(String ProResourceId)
ProResourceId
- Unique ID of the Ultimate Edition purchase record. If the Ultimate Edition is not activated, the returned value will be null.
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.