public class V1alpha1HostPort extends Object
| Constructor and Description |
|---|
V1alpha1HostPort() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1HostPort |
accessUrl(String accessUrl) |
boolean |
equals(Object o) |
String |
getAccessUrl()
AccessURL defines an access URL for the tool useful specially if the API url (host) is different than the Access URL
|
String |
getHost()
Host defines the host.
|
int |
hashCode() |
V1alpha1HostPort |
host(String host) |
void |
setAccessUrl(String accessUrl) |
void |
setHost(String host) |
String |
toString() |
public V1alpha1HostPort accessUrl(String accessUrl)
public String getAccessUrl()
public void setAccessUrl(String accessUrl)
public V1alpha1HostPort host(String host)
public String getHost()
public void setHost(String host)
Copyright © 2019. All rights reserved.