public class ListLoadBalancerRequest extends Object
| Constructor and Description |
|---|
ListLoadBalancerRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
Get host
|
String |
getProjectName()
Get projectName
|
String |
getType()
Get type
|
int |
hashCode() |
ListLoadBalancerRequest |
host(String host) |
ListLoadBalancerRequest |
projectName(String projectName) |
void |
setHost(String host) |
void |
setProjectName(String projectName) |
void |
setType(String type) |
String |
toString() |
ListLoadBalancerRequest |
type(String type) |
public ListLoadBalancerRequest host(String host)
public String getHost()
public void setHost(String host)
public ListLoadBalancerRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public ListLoadBalancerRequest type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.