public class EndpointDTO extends Object
| 构造器和说明 |
|---|
EndpointDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDoc()
endpoint接口相关的文档
|
String |
getHttpInternal()
http类型内网的endpoint接口
|
String |
getHttpInternet()
http类型的公网接入点
|
String |
getHttpsInternet()
https类型公网的endpoint接入
|
String |
getPrometheus()
Prometheus endpoint
|
String |
getTcp()
tcp类型的endpoint接口
|
void |
setDoc(String doc)
endpoint接口相关的文档
|
void |
setHttpInternal(String httpInternal)
http类型内网的endpoint接口
|
void |
setHttpInternet(String httpInternet)
http类型的公网接入点
|
void |
setHttpsInternet(String httpsInternet)
https类型公网的endpoint接入
|
void |
setPrometheus(String prometheus)
Prometheus endpoint
|
void |
setTcp(String tcp)
tcp类型的endpoint接口
|
public String getDoc()
public void setDoc(String doc)
public String getHttpsInternet()
public void setHttpsInternet(String httpsInternet)
public String getHttpInternal()
public void setHttpInternal(String httpInternal)
public String getHttpInternet()
public void setHttpInternet(String httpInternet)
public String getTcp()
public void setTcp(String tcp)
public String getPrometheus()
public void setPrometheus(String prometheus)
Copyright © 2025. All Rights Reserved.