@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluentAccountsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluentAccountsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountsResponse |
addDataItem(ConfluentAccountResponseData dataItem) |
ConfluentAccountsResponse |
data(List<ConfluentAccountResponseData> data) |
boolean |
equals(Object o)
Return true if this ConfluentAccountsResponse object is equal to o.
|
List<ConfluentAccountResponseData> |
getData()
The Confluent account.
|
int |
hashCode() |
void |
setData(List<ConfluentAccountResponseData> data) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public ConfluentAccountsResponse data(List<ConfluentAccountResponseData> data)
public ConfluentAccountsResponse addDataItem(ConfluentAccountResponseData dataItem)
@Nullable public List<ConfluentAccountResponseData> getData()
public void setData(List<ConfluentAccountResponseData> data)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.