@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHostRef extends Object
Constructor and Description |
---|
ApiHostRef() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHostId()
The unique host ID.
|
String |
getHostname()
The hostname.
|
int |
hashCode() |
ApiHostRef |
hostId(String hostId) |
ApiHostRef |
hostname(String hostname) |
void |
setHostId(String hostId) |
void |
setHostname(String hostname) |
String |
toString() |
public ApiHostRef hostId(String hostId)
public String getHostId()
public void setHostId(String hostId)
public ApiHostRef hostname(String hostname)
public String getHostname()
public void setHostname(String hostname)
Copyright © 2019. All rights reserved.