public class V1KeyToPath extends Object
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 to use on this file, must be a value between 0 and 0777.
|
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 V1KeyToPath key(String key)
public String getKey()
public void setKey(String key)
public V1KeyToPath mode(Integer mode)
public Integer getMode()
public void setMode(Integer mode)
public V1KeyToPath path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2018. All rights reserved.