@InterfaceAudience.Private public static class SingleResponse.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
processed |
private Result |
result |
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
Result |
getResult() |
boolean |
isProcessed() |
void |
setProcessed(boolean processed) |
void |
setResult(Result result) |
public Entry()
public boolean isProcessed()
public void setProcessed(boolean processed)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.