public class BackendGroupForListDomainOutput extends Object
| Constructor and Description |
|---|
BackendGroupForListDomainOutput() |
| Modifier and Type | Method and Description |
|---|---|
BackendGroupForListDomainOutput |
accessPort(List<Integer> accessPort) |
BackendGroupForListDomainOutput |
addAccessPortItem(Integer accessPortItem) |
BackendGroupForListDomainOutput |
addBackendsItem(BackendForListDomainOutput backendsItem) |
BackendGroupForListDomainOutput |
backends(List<BackendForListDomainOutput> backends) |
boolean |
equals(Object o) |
List<Integer> |
getAccessPort()
Get accessPort
|
@Valid List<BackendForListDomainOutput> |
getBackends()
Get backends
|
String |
getName()
Get name
|
int |
hashCode() |
BackendGroupForListDomainOutput |
name(String name) |
void |
setAccessPort(List<Integer> accessPort) |
void |
setBackends(List<BackendForListDomainOutput> backends) |
void |
setName(String name) |
String |
toString() |
public BackendGroupForListDomainOutput accessPort(List<Integer> accessPort)
public BackendGroupForListDomainOutput addAccessPortItem(Integer accessPortItem)
public BackendGroupForListDomainOutput backends(List<BackendForListDomainOutput> backends)
public BackendGroupForListDomainOutput addBackendsItem(BackendForListDomainOutput backendsItem)
@Valid public @Valid List<BackendForListDomainOutput> getBackends()
public void setBackends(List<BackendForListDomainOutput> backends)
public BackendGroupForListDomainOutput name(String name)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.