public class SearchPaymentsByCriteria extends Object implements Serializable
Java class for searchPaymentsByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Integer |
minIndex |
protected Integer |
nbMaxResults |
protected Integer |
requestId |
protected SearchPaymentsCriteria |
searchPaymentsCriteria |
Constructor and Description |
---|
SearchPaymentsByCriteria() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMinIndex()
Gets the value of the minIndex property.
|
Integer |
getNbMaxResults()
Gets the value of the nbMaxResults property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
SearchPaymentsCriteria |
getSearchPaymentsCriteria()
Gets the value of the searchPaymentsCriteria property.
|
void |
setMinIndex(Integer value)
Sets the value of the minIndex property.
|
void |
setNbMaxResults(Integer value)
Sets the value of the nbMaxResults property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setSearchPaymentsCriteria(SearchPaymentsCriteria value)
Sets the value of the searchPaymentsCriteria property.
|
protected Integer requestId
protected SearchPaymentsCriteria searchPaymentsCriteria
protected Integer minIndex
protected Integer nbMaxResults
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public SearchPaymentsCriteria getSearchPaymentsCriteria()
SearchPaymentsCriteria
public void setSearchPaymentsCriteria(SearchPaymentsCriteria value)
value
- allowed object is
SearchPaymentsCriteria
public Integer getMinIndex()
Integer
public void setMinIndex(Integer value)
value
- allowed object is
Integer
public Integer getNbMaxResults()
Integer
Copyright © 2021. All rights reserved.