public class DescribeRecorderResponse extends AbstractModel
Constructor and Description |
---|
DescribeRecorderResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllSupported()
Get Whether to monitor all currently supported resource types.
|
String |
getCreateTime()
Get Recorder creation time
|
Boolean |
getEnable()
Get Whether to enable the recorder.
|
String |
getLastErrorCode()
Get Last error code of the recorder
|
String |
getLastErrorMessage()
Get Last error message of the recorder, which corresponds to `LastErrorCode`.
|
String |
getLastStartTime()
Get Time when the recorder was enabled last time
|
String |
getLastStatus()
Get The status of the recorder when it recorded information last time.
|
String |
getLastStopTime()
Get Time when the recorder was disabled last time
|
String |
getName()
Get Recorder name
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
RecordResourceType[] |
getResourceTypes()
Get List of the resource types monitored by the recorder
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getRole()
Get Role name authorized to CFA
|
void |
setAllSupported(Boolean AllSupported)
Set Whether to monitor all currently supported resource types.
|
void |
setCreateTime(String CreateTime)
Set Recorder creation time
|
void |
setEnable(Boolean Enable)
Set Whether to enable the recorder.
|
void |
setLastErrorCode(String LastErrorCode)
Set Last error code of the recorder
|
void |
setLastErrorMessage(String LastErrorMessage)
Set Last error message of the recorder, which corresponds to `LastErrorCode`.
|
void |
setLastStartTime(String LastStartTime)
Set Time when the recorder was enabled last time
|
void |
setLastStatus(String LastStatus)
Set The status of the recorder when it recorded information last time.
|
void |
setLastStopTime(String LastStopTime)
Set Time when the recorder was disabled last time
|
void |
setName(String Name)
Set Recorder name
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResourceTypes(RecordResourceType[] ResourceTypes)
Set List of the resource types monitored by the recorder
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRole(String Role)
Set Role name authorized to CFA
|
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 Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Whether to enable the recorder. Valid values: true (enable), false (disable).public String getName()
public void setName(String Name)
Name
- Recorder namepublic String getLastErrorMessage()
public void setLastErrorMessage(String LastErrorMessage)
LastErrorMessage
- Last error message of the recorder, which corresponds to `LastErrorCode`.public String getLastStatus()
public void setLastStatus(String LastStatus)
LastStatus
- The status of the recorder when it recorded information last time. Valid values: PENDING, OK, FAILED.public RecordResourceType[] getResourceTypes()
public void setResourceTypes(RecordResourceType[] ResourceTypes)
ResourceTypes
- List of the resource types monitored by the recorder
Note: this field may return `null`, indicating that no valid values can be obtained.public String getLastStartTime()
public void setLastStartTime(String LastStartTime)
LastStartTime
- Time when the recorder was enabled last timepublic String getLastErrorCode()
public void setLastErrorCode(String LastErrorCode)
LastErrorCode
- Last error code of the recorderpublic String getLastStopTime()
public void setLastStopTime(String LastStopTime)
LastStopTime
- Time when the recorder was disabled last timepublic Boolean getAllSupported()
public void setAllSupported(Boolean AllSupported)
AllSupported
- Whether to monitor all currently supported resource types. Valid values: true (yes), false (no).public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Recorder creation timepublic String getRole()
public void setRole(String Role)
Role
- Role name authorized to CFApublic 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.