Package dev.vality.swag.analytics.model
Class InlineResponse20010
java.lang.Object
dev.vality.swag.analytics.model.InlineResponse20010
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class InlineResponse20010 extends Object
InlineResponse20010
-
Constructor Summary
Constructors Constructor Description InlineResponse20010() -
Method Summary
Modifier and Type Method Description InlineResponse20010addResultItem(PaymentSearchResult resultItem)InlineResponse20010continuationToken(String continuationToken)booleanequals(Object o)StringgetContinuationToken()Токен, сигнализирующий о том, что в ответе передана только часть данных.List<PaymentSearchResult>getResult()Get resultinthashCode()InlineResponse20010result(List<PaymentSearchResult> result)voidsetContinuationToken(String continuationToken)voidsetResult(List<PaymentSearchResult> result)StringtoString()
-
Constructor Details
-
InlineResponse20010
public InlineResponse20010()
-
-
Method Details
-
continuationToken
-
getContinuationToken
Токен, сигнализирующий о том, что в ответе передана только часть данных. Для получения следующей части нужно повторно обратиться к сервису, указав тот же набор условий и полученый токен. Если токена нет, получена последняя часть данных.- Returns:
- continuationToken
-
setContinuationToken
-
result
-
addResultItem
-
getResult
Get result- Returns:
- result
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-