public class DescribeHiveQueriesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeHiveQueriesRequest()  | 
DescribeHiveQueriesRequest(DescribeHiveQueriesRequest 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 | 
getEndTime()
Get The end time in seconds. 
 | 
Long | 
getEndTimeGte()
Get Time point earlier than the end time. 
 | 
Long | 
getEndTimeLte()
Get Time point later than the end time. 
 | 
String | 
getInstanceId()
Get The cluster ID. 
 | 
Long | 
getLimit()
Get Page size. 
 | 
Long | 
getOffset()
Get Starting offset for pagination. 
 | 
Long | 
getStartTime()
Get The start time in seconds. 
 | 
String[] | 
getState()
Get Execution status, for example, ERROR. 
 | 
void | 
setEndTime(Long EndTime)
Set The end time in seconds. 
 | 
void | 
setEndTimeGte(Long EndTimeGte)
Set Time point earlier than the end time. 
 | 
void | 
setEndTimeLte(Long EndTimeLte)
Set Time point later than the end time. 
 | 
void | 
setInstanceId(String InstanceId)
Set The cluster ID. 
 | 
void | 
setLimit(Long Limit)
Set Page size. 
 | 
void | 
setOffset(Long Offset)
Set Starting offset for pagination. 
 | 
void | 
setStartTime(Long StartTime)
Set The start time in seconds. 
 | 
void | 
setState(String[] State)
Set Execution status, for example, ERROR. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeHiveQueriesRequest()
public DescribeHiveQueriesRequest(DescribeHiveQueriesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - The cluster ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time in seconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time in seconds. EndTime-StartTime should not exceed one day's duration, which is 86400 seconds.public Long getOffset()
public void setOffset(Long Offset)
Offset - Starting offset for pagination. Start value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - Page size. Valid range: [1,100]public String[] getState()
public void setState(String[] State)
State - Execution status, for example, ERROR.public Long getEndTimeGte()
public void setEndTimeGte(Long EndTimeGte)
EndTimeGte - Time point earlier than the end time.public Long getEndTimeLte()
public void setEndTimeLte(Long EndTimeLte)
EndTimeLte - Time point later than the end time.Copyright © 2025. All rights reserved.