public class DescribeClusterConfigsHistoryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeClusterConfigsHistoryRequest() |
DescribeClusterConfigsHistoryRequest(DescribeClusterConfigsHistoryRequest 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 |
---|---|
String[] |
getConfigFileNames()
Get Configuration file name array to be queried.
|
String |
getEndTime()
Get End of the time range for configuration modification history
|
String |
getInstanceId()
Get Cluster ID
|
Long |
getLimit()
Get Pagination parameters.
|
Long |
getOffset()
Get Pagination parameters.
|
String |
getStartTime()
Get Start of the time range for configuration modification history
|
void |
setConfigFileNames(String[] ConfigFileNames)
Set Configuration file name array to be queried.
|
void |
setEndTime(String EndTime)
Set End of the time range for configuration modification history
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setLimit(Long Limit)
Set Pagination parameters.
|
void |
setOffset(Long Offset)
Set Pagination parameters.
|
void |
setStartTime(String StartTime)
Set Start of the time range for configuration modification history
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClusterConfigsHistoryRequest()
public DescribeClusterConfigsHistoryRequest(DescribeClusterConfigsHistoryRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameters. The first page is 0, and the second page is 10.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameters. The pagination step length is 10 by default.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start of the time range for configuration modification historypublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End of the time range for configuration modification historypublic String[] getConfigFileNames()
public void setConfigFileNames(String[] ConfigFileNames)
ConfigFileNames
- Configuration file name array to be queried. If it is empty, all historical records will be queried. Currently supported configuration file names are as follows:
apache_hdfs_broker.conf; be.conf; fe.conf; core-site.xml; hdfs-site.xml; odbcinst.iniCopyright © 2024. All rights reserved.