IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setCursor(java.lang.String cursor) |
Opaque cursor to be used for getting next page of records (supplied by current
result page)
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setLinks(java.util.List<ResourceLink> links) |
The server will populate this field when returing the resource.
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setResultCount(java.lang.Long resultCount) |
Count of results found (across all pages), set only on first page format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setResults(java.util.List<IPFIXL2Profile> results) |
IPFIX L2 Profile list results
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setSchema(java.lang.String schema) |
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setSelf(SelfResourceLink self) |
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setSortAscending(java.lang.Boolean sortAscending) |
If true, results are sorted in ascending order
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
IPFIXL2ProfileListResult.Builder |
IPFIXL2ProfileListResult.Builder.setSortBy(java.lang.String sortBy) |
Field by which records are sorted
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|