@Entity public class GrafanaEndpoint extends Object
Constructor and Description |
---|
GrafanaEndpoint() |
GrafanaEndpoint(GrafanaEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getApiKey() |
Integer |
getConnectTimeout() |
String |
getDescription() |
Long |
getId() |
Integer |
getReadTimeout() |
String |
getUid() |
String |
getUrl() |
int |
hashCode() |
void |
merge(GrafanaEndpoint endpoint) |
void |
setApiKey(String apiKey) |
void |
setConnectTimeout(Integer connectTimeout) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setReadTimeout(Integer readTimeout) |
void |
setUid(String uid) |
void |
setUrl(String url) |
String |
toString() |
public GrafanaEndpoint()
public GrafanaEndpoint(GrafanaEndpoint endpoint)
public Long getId()
public void setId(Long id)
public String getUid()
public void setUid(String uid)
public String getUrl()
public void setUrl(String url)
public String getApiKey()
public void setApiKey(String apiKey)
public String getDescription()
public void setDescription(String description)
public Integer getConnectTimeout()
public void setConnectTimeout(Integer connectTimeout)
public Integer getReadTimeout()
public void setReadTimeout(Integer readTimeout)
public void merge(GrafanaEndpoint endpoint)
Copyright © 2021. All rights reserved.