public class DescribeInsightListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInsightListRequest() |
DescribeInsightListRequest(DescribeInsightListRequest 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 End time of the obtained insight result.
|
String |
getInstanceId()
Get Cluster ID.
|
Boolean |
getMustHasContext()
Get
|
Long |
getPage()
Get Page number for pagination queries, starting from 1.
|
Long |
getPageSize()
Get Page size for pagination query.
|
Long |
getStartTime()
Get Start time of the obtained insight result.
|
String |
getType()
Get Query type.
|
void |
setEndTime(Long EndTime)
Set End time of the obtained insight result.
|
void |
setInstanceId(String InstanceId)
Set Cluster ID.
|
void |
setMustHasContext(Boolean MustHasContext)
Set
|
void |
setPage(Long Page)
Set Page number for pagination queries, starting from 1.
|
void |
setPageSize(Long PageSize)
Set Page size for pagination query.
|
void |
setStartTime(Long StartTime)
Set Start time of the obtained insight result.
|
void |
setType(String Type)
Set Query type.
|
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, toJsonString
public DescribeInsightListRequest()
public DescribeInsightListRequest(DescribeInsightListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time of the obtained insight result. The time is specific for filtering the start time of App or Hive querying.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time of the obtained insight result. The time is specific for filtering the start time of App or Hive querying.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size for pagination query. The minimum value is 1, and the maximum value is 100.public Long getPage()
public void setPage(Long Page)
Page
- Page number for pagination queries, starting from 1.public String getType()
public void setType(String Type)
Type
- Query type. Types such as Hive,Spark,DLC_Spark,Spark_SQL,SCHEDULE,MapReduce,Trino are supported. All are queried by default.public Boolean getMustHasContext()
public void setMustHasContext(Boolean MustHasContext)
MustHasContext
- Copyright © 2025. All rights reserved.