public class DescribeClusterEndpointVipStatusResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeClusterEndpointVipStatusResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorMsg()Get Reason for operation failure | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getStatus()Get Port operation status (Creating = in the process of creation; CreateFailed = creation has failed; Created = creation completed; Deleting = in the process of deletion; DeletedFailed = deletion has failed; Deleted = deletion completed; NotFound = operation not found) | 
| void | setErrorMsg(String ErrorMsg)Set Reason for operation failure | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStatus(String Status)Set Port operation status (Creating = in the process of creation; CreateFailed = creation has failed; Created = creation completed; Deleting = in the process of deletion; DeletedFailed = deletion has failed; Deleted = deletion completed; NotFound = operation not found) | 
| 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, toJsonStringpublic DescribeClusterEndpointVipStatusResponse()
public String getStatus()
public void setStatus(String Status)
Status - Port operation status (Creating = in the process of creation; CreateFailed = creation has failed; Created = creation completed; Deleting = in the process of deletion; DeletedFailed = deletion has failed; Deleted = deletion completed; NotFound = operation not found)public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg - Reason for operation failurepublic 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.