public class ReplayBundleResponse extends AbstractResponse
| Constructor and Description |
|---|
ReplayBundleResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ReplayBundleResponse |
create(Boolean[] successfully,
long duration)
Initializes a new instance of the ReplayBundleResponse class.
|
Boolean[] |
getSuccessfully()
Gets the successfully.
|
void |
setSuccessfully(Boolean[] successfully)
Sets the successfully.
|
equals, getDuration, hashCode, setDuration, toStringpublic static ReplayBundleResponse create(Boolean[] successfully, long duration)
public Boolean[] getSuccessfully()
public void setSuccessfully(Boolean[] successfully)
successfully - The successfully.Copyright © 2018. All rights reserved.