@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1KeyToPath extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_MODE |
static String |
SERIALIZED_NAME_PATH |
Constructor and Description |
---|
V1KeyToPath() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey()
The key to project.
|
Integer |
getMode()
Optional: mode bits used to set permissions on this file.
|
String |
getPath()
The relative path of the file to map the key to.
|
int |
hashCode() |
V1KeyToPath |
key(String key) |
V1KeyToPath |
mode(Integer mode) |
V1KeyToPath |
path(String path) |
void |
setKey(String key) |
void |
setMode(Integer mode) |
void |
setPath(String path) |
String |
toString() |
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_MODE
public static final String SERIALIZED_NAME_PATH
public V1KeyToPath key(String key)
public String getKey()
public void setKey(String key)
public V1KeyToPath mode(Integer mode)
@Nullable public Integer getMode()
public void setMode(Integer mode)
public V1KeyToPath path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2022. All rights reserved.