public class CountResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CountResponse.Output |
| Constructor and Description |
|---|
CountResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
CountResponse.Output[] |
getOutput() |
void |
setCount(int count) |
void |
setOutput(CountResponse.Output[] output) |
public void setCount(int count)
public int getCount()
public void setOutput(CountResponse.Output[] output)
public CountResponse.Output[] getOutput()
Copyright © 2022 Oracle and/or its affiliates. All Rights Reserved.