public class ListDeviceCodesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDeviceCodesRequest.Builder
Class to build instances of
ListDeviceCodesRequest. |
| Constructor and Description |
|---|
ListDeviceCodesRequest(String cursor,
String locationId,
String productType,
List<String> status)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getProductType()
Getter for ProductType.
|
List<String> |
getStatus()
Getter for Status.
|
int |
hashCode() |
ListDeviceCodesRequest.Builder |
toBuilder()
Builds a new
ListDeviceCodesRequest.Builder object. |
String |
toString()
Converts this ListDeviceCodesRequest into string format.
|
public ListDeviceCodesRequest(String cursor, String locationId, String productType, List<String> status)
cursor - String value for cursor.locationId - String value for locationId.productType - String value for productType.status - List of String value for status.public String getCursor()
public String getLocationId()
public String getProductType()
public List<String> getStatus()
public String toString()
public ListDeviceCodesRequest.Builder toBuilder()
ListDeviceCodesRequest.Builder object.
Creates the instance with the state of the current model.ListDeviceCodesRequest.Builder objectCopyright © 2022. All rights reserved.