public class DeleteKubeconfigsRequest extends Object
| Constructor and Description |
|---|
DeleteKubeconfigsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteKubeconfigsRequest |
addIdsItem(String idsItem) |
DeleteKubeconfigsRequest |
clusterId(String clusterId) |
boolean |
equals(Object o) |
@NotNull String |
getClusterId()
Get clusterId
|
List<String> |
getIds()
Get ids
|
int |
hashCode() |
DeleteKubeconfigsRequest |
ids(List<String> ids) |
void |
setClusterId(String clusterId) |
void |
setIds(List<String> ids) |
String |
toString() |
public DeleteKubeconfigsRequest clusterId(String clusterId)
@NotNull public @NotNull String getClusterId()
public void setClusterId(String clusterId)
public DeleteKubeconfigsRequest ids(List<String> ids)
public DeleteKubeconfigsRequest addIdsItem(String idsItem)
Copyright © 2024. All rights reserved.