public class PromoteResult extends Object
| Constructor and Description |
|---|
PromoteResult() |
PromoteResult(PromoteRequest request,
Set<String> pending,
Set<String> complete,
String error) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCompletedPaths() |
String |
getError() |
Set<String> |
getPendingPaths() |
PromoteRequest |
getRequest() |
void |
setCompletedPaths(Set<String> completedPaths) |
void |
setError(String error) |
void |
setPendingPaths(Set<String> pendingPaths) |
void |
setRequest(PromoteRequest request) |
String |
toString() |
public String getError()
public void setError(String error)
public PromoteRequest getRequest()
public void setRequest(PromoteRequest request)
Copyright © 2011-2015. All Rights Reserved.