public class TermsOfServices extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TermsOfServices.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<TermsOfService> |
entries
A list of terms of service objects.
|
protected Long |
totalCount
The total number of objects.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TermsOfServices() |
protected |
TermsOfServices(TermsOfServices.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<TermsOfService> |
getEntries() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
protected List<TermsOfService> entries
public TermsOfServices()
protected TermsOfServices(TermsOfServices.Builder builder)
public Long getTotalCount()
public List<TermsOfService> getEntries()