public class QueryLogpathMetricsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appName |
String |
authToken |
Long |
end |
String |
fullpath |
Long |
start |
String |
workspaceName |
| 构造器和说明 |
|---|
QueryLogpathMetricsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryLogpathMetricsRequest |
build(Map<String,?> map) |
String |
getAppName() |
String |
getAuthToken() |
Long |
getEnd() |
String |
getFullpath() |
Long |
getStart() |
String |
getWorkspaceName() |
QueryLogpathMetricsRequest |
setAppName(String appName) |
QueryLogpathMetricsRequest |
setAuthToken(String authToken) |
QueryLogpathMetricsRequest |
setEnd(Long end) |
QueryLogpathMetricsRequest |
setFullpath(String fullpath) |
QueryLogpathMetricsRequest |
setStart(Long start) |
QueryLogpathMetricsRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="app_name") @Validation(required=true) public String appName
@NameInMap(value="fullpath") @Validation(required=true) public String fullpath
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="start") @Validation(required=true) public Long start
@NameInMap(value="end") @Validation(required=true) public Long end
public static QueryLogpathMetricsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryLogpathMetricsRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryLogpathMetricsRequest setAppName(String appName)
public String getAppName()
public QueryLogpathMetricsRequest setFullpath(String fullpath)
public String getFullpath()
public QueryLogpathMetricsRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public QueryLogpathMetricsRequest setStart(Long start)
public Long getStart()
public QueryLogpathMetricsRequest setEnd(Long end)
public Long getEnd()
Copyright © 2022. All rights reserved.