@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1DownwardAPIProjection extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ITEMS |
Constructor and Description |
---|
V1DownwardAPIProjection() |
Modifier and Type | Method and Description |
---|---|
V1DownwardAPIProjection |
addItemsItem(V1DownwardAPIVolumeFile itemsItem) |
boolean |
equals(Object o) |
List<V1DownwardAPIVolumeFile> |
getItems()
Items is a list of DownwardAPIVolume file
|
int |
hashCode() |
V1DownwardAPIProjection |
items(List<V1DownwardAPIVolumeFile> items) |
void |
setItems(List<V1DownwardAPIVolumeFile> items) |
String |
toString() |
public static final String SERIALIZED_NAME_ITEMS
public V1DownwardAPIProjection items(List<V1DownwardAPIVolumeFile> items)
public V1DownwardAPIProjection addItemsItem(V1DownwardAPIVolumeFile itemsItem)
@Nullable public List<V1DownwardAPIVolumeFile> getItems()
public void setItems(List<V1DownwardAPIVolumeFile> items)
Copyright © 2023. All rights reserved.