public class AdminProducts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
offset
offset
|
private AdminProduct[] |
productArray
productArray
|
private AdminProductRelationship[] |
relationData
Only populated by the API call
getRelatedProductsWithOptions . |
private int |
totalNumProducts
totalNumProducts
|
Constructor and Description |
---|
AdminProducts()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
AdminProduct[] |
getProductArray() |
AdminProductRelationship[] |
getRelationData()
Only populated by the API call
getRelatedProductsWithOptions . |
int |
getTotalNumProducts() |
void |
setOffset(int offset) |
void |
setProductArray(AdminProduct[] productArray) |
void |
setRelationData(AdminProductRelationship[] relationData)
Only populated by the API call
getRelatedProductsWithOptions . |
void |
setTotalNumProducts(int totalNumProducts) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int totalNumProducts
private int offset
private AdminProduct[] productArray
private AdminProductRelationship[] relationData
getRelatedProductsWithOptions
. It consists of an
array of objects, each of which contains data specific to a relationship between two
products.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public AdminProduct[] getProductArray()
public void setProductArray(AdminProduct[] productArray)
productArray
- The productArray to set.public int getTotalNumProducts()
public void setTotalNumProducts(int totalNumProducts)
totalNumProducts
- The totalNumProducts to set.public int getOffset()
public void setOffset(int offset)
offset
- The offset to set.public AdminProductRelationship[] getRelationData()
getRelatedProductsWithOptions
. It consists of an
array of objects, each of which contains data specific to a relationship between two
products.public void setRelationData(AdminProductRelationship[] relationData)
getRelatedProductsWithOptions
. It consists of an
array of objects, each of which contains data specific to a relationship between two
products.relationData
- the relationData to setCopyright © 2018 DS Data Systems UK Ltd.