@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHdfsRestoreSnapshotArgs extends Object
Constructor and Description |
---|
ApiHdfsRestoreSnapshotArgs() |
Modifier and Type | Method and Description |
---|---|
ApiHdfsRestoreSnapshotArgs |
destinationPath(String destinationPath) |
ApiHdfsRestoreSnapshotArgs |
distCpArgs(ApiHdfsReplicationArguments distCpArgs) |
boolean |
equals(Object o) |
String |
getDestinationPath() |
ApiHdfsReplicationArguments |
getDistCpArgs() |
ApiHdfsSnapshot |
getSnapshot() |
int |
hashCode() |
void |
setDestinationPath(String destinationPath) |
void |
setDistCpArgs(ApiHdfsReplicationArguments distCpArgs) |
void |
setSnapshot(ApiHdfsSnapshot snapshot) |
ApiHdfsRestoreSnapshotArgs |
snapshot(ApiHdfsSnapshot snapshot) |
String |
toString() |
public ApiHdfsRestoreSnapshotArgs snapshot(ApiHdfsSnapshot snapshot)
public ApiHdfsSnapshot getSnapshot()
public void setSnapshot(ApiHdfsSnapshot snapshot)
public ApiHdfsRestoreSnapshotArgs destinationPath(String destinationPath)
public String getDestinationPath()
public void setDestinationPath(String destinationPath)
public ApiHdfsRestoreSnapshotArgs distCpArgs(ApiHdfsReplicationArguments distCpArgs)
public ApiHdfsReplicationArguments getDistCpArgs()
public void setDistCpArgs(ApiHdfsReplicationArguments distCpArgs)
Copyright © 2022. All rights reserved.