public class ListProblemsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
affectServiceId
example:
1
|
String |
clientToken
example:
C4BE3837-1A13-413B-A225-2C88188E8A43
|
String |
discoveryEndTime
example:
2020-03-05 15:50:59
|
String |
discoveryStartTime
example:
2020-03-05 15:50:59
|
Long |
mainHandlerId
example:
1
|
Long |
pageNumber
example:
1
|
Long |
pageSize
example:
10
|
String |
problemLevel
example:
P2
|
String |
problemStatus
example:
HANDLING
|
String |
queryType
example:
RESPONSIBLE
|
Long |
repeaterId
example:
1
|
String |
restoreEndTime
example:
2020-03-05 15:50:59
|
String |
restoreStartTime
example:
2020-03-05 15:50:59
|
Long |
serviceGroupId
example:
1
|
构造器和说明 |
---|
ListProblemsRequest() |
@NameInMap(value="affectServiceId") public Long affectServiceId
1
@NameInMap(value="clientToken") public String clientToken
C4BE3837-1A13-413B-A225-2C88188E8A43
@NameInMap(value="discoveryEndTime") public String discoveryEndTime
2020-03-05 15:50:59
@NameInMap(value="discoveryStartTime") public String discoveryStartTime
2020-03-05 15:50:59
@NameInMap(value="mainHandlerId") public Long mainHandlerId
1
@NameInMap(value="pageNumber") public Long pageNumber
1
@NameInMap(value="pageSize") public Long pageSize
10
@NameInMap(value="problemLevel") public String problemLevel
P2
@NameInMap(value="problemStatus") public String problemStatus
HANDLING
@NameInMap(value="queryType") public String queryType
RESPONSIBLE
@NameInMap(value="repeaterId") public Long repeaterId
1
@NameInMap(value="restoreEndTime") public String restoreEndTime
2020-03-05 15:50:59
@NameInMap(value="restoreStartTime") public String restoreStartTime
2020-03-05 15:50:59
@NameInMap(value="serviceGroupId") public Long serviceGroupId
1
public static ListProblemsRequest build(Map<String,?> map) throws Exception
Exception
public ListProblemsRequest setAffectServiceId(Long affectServiceId)
public Long getAffectServiceId()
public ListProblemsRequest setClientToken(String clientToken)
public String getClientToken()
public ListProblemsRequest setDiscoveryEndTime(String discoveryEndTime)
public String getDiscoveryEndTime()
public ListProblemsRequest setDiscoveryStartTime(String discoveryStartTime)
public String getDiscoveryStartTime()
public ListProblemsRequest setMainHandlerId(Long mainHandlerId)
public Long getMainHandlerId()
public ListProblemsRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListProblemsRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListProblemsRequest setProblemLevel(String problemLevel)
public String getProblemLevel()
public ListProblemsRequest setProblemStatus(String problemStatus)
public String getProblemStatus()
public ListProblemsRequest setQueryType(String queryType)
public String getQueryType()
public ListProblemsRequest setRepeaterId(Long repeaterId)
public Long getRepeaterId()
public ListProblemsRequest setRestoreEndTime(String restoreEndTime)
public String getRestoreEndTime()
public ListProblemsRequest setRestoreStartTime(String restoreStartTime)
public String getRestoreStartTime()
public ListProblemsRequest setServiceGroupId(Long serviceGroupId)
public Long getServiceGroupId()
Copyright © 2024. All rights reserved.