public class XPrometheusQuery
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
XPrometheusQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
static XPrometheusQuery |
build(Map<String,?> map) |
String |
getIp() |
String |
getPath() |
Long |
getPort() |
XTarget |
getTarget() |
XPrometheusQuery |
setIp(String ip) |
XPrometheusQuery |
setPath(String path) |
XPrometheusQuery |
setPort(Long port) |
XPrometheusQuery |
setTarget(XTarget target) |
@NameInMap(value="port") @Validation(required=true) public Long port
@NameInMap(value="ip") public String ip
@NameInMap(value="path") @Validation(required=true) public String path
@NameInMap(value="target") public XTarget target
public static XPrometheusQuery build(Map<String,?> map) throws Exception
Exceptionpublic XPrometheusQuery setPort(Long port)
public Long getPort()
public XPrometheusQuery setIp(String ip)
public String getIp()
public XPrometheusQuery setPath(String path)
public String getPath()
public XPrometheusQuery setTarget(XTarget target)
public XTarget getTarget()
Copyright © 2022. All rights reserved.