public class CloseBatchResponse extends Object
| Constructor and Description |
|---|
CloseBatchResponse() |
CloseBatchResponse(boolean success,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMsg() |
int |
hashCode() |
boolean |
isSuccess() |
void |
setMsg(String msg) |
void |
setSuccess(boolean success) |
String |
toString() |
public CloseBatchResponse()
public CloseBatchResponse(boolean success,
String msg)
Copyright © 2023 The Apache Software Foundation. All rights reserved.