public static class ServiceModel.SearchResultSamplingContextTag extends Object implements IPaginatedResponse<ServiceModel.SamplingContextTag>
| Modifier and Type | Field and Description |
|---|---|
String |
Cursor |
List<ServiceModel.SamplingContextTag> |
DomainObjects |
Integer |
TotalCount |
| Constructor and Description |
|---|
SearchResultSamplingContextTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<ServiceModel.SamplingContextTag> |
getDomainObjects() |
Integer |
getTotalCount() |
ServiceModel.SearchResultSamplingContextTag |
setCursor(String value) |
ServiceModel.SearchResultSamplingContextTag |
setDomainObjects(List<ServiceModel.SamplingContextTag> value) |
ServiceModel.SearchResultSamplingContextTag |
setTotalCount(Integer value) |
public Integer TotalCount
public String Cursor
public List<ServiceModel.SamplingContextTag> DomainObjects
public Integer getTotalCount()
getTotalCount in interface IPaginatedResponse<ServiceModel.SamplingContextTag>public ServiceModel.SearchResultSamplingContextTag setTotalCount(Integer value)
public String getCursor()
getCursor in interface IPaginatedResponse<ServiceModel.SamplingContextTag>public ServiceModel.SearchResultSamplingContextTag setCursor(String value)
public List<ServiceModel.SamplingContextTag> getDomainObjects()
getDomainObjects in interface IPaginatedResponse<ServiceModel.SamplingContextTag>public ServiceModel.SearchResultSamplingContextTag setDomainObjects(List<ServiceModel.SamplingContextTag> value)
Copyright © 2022. All rights reserved.