Class CappedFetchResult
java.lang.Object
net.avalara.avatax.rest.client.models.CappedFetchResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for @isRecordsetCountCappedGetter for @nextLinkGetter for pageKeyGetter for @recordsetCountgetValue()
Getter for valuevoid
setIsRecordsetCountCapped
(Boolean value) Setter for @isRecordsetCountCappedvoid
setNextLink
(String value) Setter for @nextLinkvoid
setPageKey
(String value) Setter for pageKeyvoid
setRecordsetCount
(Integer value) Setter for @recordsetCountvoid
Setter for valuetoString()
Returns a JSON string representation of CappedFetchResult
-
Constructor Details
-
CappedFetchResult
public CappedFetchResult()
-
-
Method Details
-
getIsRecordsetCountCapped
Getter for @isRecordsetCountCapped -
setIsRecordsetCountCapped
Setter for @isRecordsetCountCapped -
getRecordsetCount
Getter for @recordsetCount -
setRecordsetCount
Setter for @recordsetCount -
getValue
Getter for value -
setValue
Setter for value -
getNextLink
Getter for @nextLink -
setNextLink
Setter for @nextLink -
getPageKey
Getter for pageKey -
setPageKey
Setter for pageKey -
toString
Returns a JSON string representation of CappedFetchResult
-