public class ApiHdfsSnapshotError extends Object
Constructor and Description |
---|
ApiHdfsSnapshotError() |
ApiHdfsSnapshotError(String path,
String snapshotName,
String error) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getError()
Description of the error.
|
String |
getPath()
Path for which the snapshot error occurred.
|
String |
getSnapshotName()
Name of snapshot for which error occurred.
|
int |
hashCode() |
void |
setError(String error) |
void |
setPath(String path) |
void |
setSnapshotName(String snapshotName) |
String |
toString() |
public String getPath()
public void setPath(String path)
public String getSnapshotName()
public void setSnapshotName(String snapshotName)
public String getError()
public void setError(String error)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.