Package io.voucherify.client.model
Class InapplicableToResultList
java.lang.Object
io.voucherify.client.model.InapplicableToResultList
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class InapplicableToResultList
extends Object
InapplicableToResultList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of the object represented by JSON.static enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataItem(InapplicableTo dataItem) data(List<InapplicableTo> data) booleanstatic InapplicableToResultListCreate an instance of InapplicableToResultList given an JSON stringgetData()Contains array of items to which the discount cannot apply.The type of the object represented by JSON.The type of the object represented by JSON.getTotal()Total number of objects defining included products, SKUs, or product collections.inthashCode()voidsetData(List<InapplicableTo> data) voidvoidvoidtoJson()Convert an instance of InapplicableToResultList to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_DATA
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_DATA_REF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
InapplicableToResultList
public InapplicableToResultList()
-
-
Method Details
-
data
-
addDataItem
-
getData
Contains array of items to which the discount cannot apply.- Returns:
- data
-
setData
-
total
-
getTotal
Total number of objects defining included products, SKUs, or product collections. minimum: 0- Returns:
- total
-
setTotal
-
_object
-
getObject
The type of the object represented by JSON.- Returns:
- _object
-
setObject
-
dataRef
-
getDataRef
The type of the object represented by JSON.- Returns:
- dataRef
-
setDataRef
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of InapplicableToResultList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of InapplicableToResultList
- Throws:
IOException- if the JSON string is invalid with respect to InapplicableToResultList
-
toJson
Convert an instance of InapplicableToResultList to an JSON string- Returns:
- JSON string
-