@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") public class ApiControlPlaneList extends ApiListBase
Constructor and Description |
---|
ApiControlPlaneList() |
Modifier and Type | Method and Description |
---|---|
ApiControlPlaneList |
addItemsItem(ApiControlPlane itemsItem) |
boolean |
equals(Object o) |
List<ApiControlPlane> |
getItems()
A list of installed control planes
|
int |
hashCode() |
ApiControlPlaneList |
items(List<ApiControlPlane> items) |
void |
setItems(List<ApiControlPlane> items) |
String |
toString() |
public ApiControlPlaneList items(List<ApiControlPlane> items)
public ApiControlPlaneList addItemsItem(ApiControlPlane itemsItem)
public List<ApiControlPlane> getItems()
public void setItems(List<ApiControlPlane> items)
public boolean equals(Object o)
equals
in class ApiListBase
public int hashCode()
hashCode
in class ApiListBase
public String toString()
toString
in class ApiListBase
Copyright © 2024. All rights reserved.