public class ListAll extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAll.FirmwareStatusResponse |
static class |
ListAll.ManufacturersStatusResponse |
static class |
ListAll.ProductStatusResponse |
| Constructor and Description |
|---|
ListAll() |
| Modifier and Type | Method and Description |
|---|---|
StatusResponse |
getDecoderDetections() |
ListAll.FirmwareStatusResponse[] |
getFirmware() |
ListAll.ManufacturersStatusResponse |
getManufacturers() |
ListAll.ProductStatusResponse[] |
getProducts() |
void |
setDecoderDetections(StatusResponse decoderDetections) |
void |
setFirmware(ListAll.FirmwareStatusResponse[] firmware) |
void |
setManufacturers(ListAll.ManufacturersStatusResponse manufacturers) |
void |
setProducts(ListAll.ProductStatusResponse[] products) |
String |
toString() |
public StatusResponse getDecoderDetections()
public void setDecoderDetections(StatusResponse decoderDetections)
decoderDetections - the decoderDetections to setpublic ListAll.ManufacturersStatusResponse getManufacturers()
public void setManufacturers(ListAll.ManufacturersStatusResponse manufacturers)
manufacturers - the manufacturers to setpublic ListAll.ProductStatusResponse[] getProducts()
public void setProducts(ListAll.ProductStatusResponse[] products)
products - the products to setpublic ListAll.FirmwareStatusResponse[] getFirmware()
public void setFirmware(ListAll.FirmwareStatusResponse[] firmware)
firmware - the firmware to setCopyright © 2017. All rights reserved.