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)
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.
|
int |
hashCode() |
ListDeviceCodesRequest.Builder |
toBuilder()
Builds a new
ListDeviceCodesRequest.Builder object. |
public String getCursor()
public String getLocationId()
public String getProductType()
public ListDeviceCodesRequest.Builder toBuilder()
ListDeviceCodesRequest.Builder
object.
Creates the instance with the state of the current model.ListDeviceCodesRequest.Builder
objectCopyright © 2020. All rights reserved.