@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-05-14T16:48:53.494+08:00") public class DataRestoreLocation extends Object
| 构造器和说明 |
|---|
DataRestoreLocation() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getNodeName()
NodeName describes the nodeName of restore if Path is in the form of local://subpath
|
String |
getPath()
Path describes the path of restore, in the form of local://subpath or pvc://<pvcName>/subpath
|
int |
hashCode() |
DataRestoreLocation |
nodeName(String nodeName) |
DataRestoreLocation |
path(String path) |
void |
setNodeName(String nodeName) |
void |
setPath(String path) |
String |
toString() |
public DataRestoreLocation nodeName(String nodeName)
public String getNodeName()
public void setNodeName(String nodeName)
public DataRestoreLocation path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2021. All rights reserved.