public class Acpv1tokensDeviceInformationDeviceData extends Object
| Constructor and Description |
|---|
Acpv1tokensDeviceInformationDeviceData() |
| Modifier and Type | Method and Description |
|---|---|
Acpv1tokensDeviceInformationDeviceData |
brand(String brand) |
boolean |
equals(Object o) |
String |
getBrand()
Brand name of the device.
|
String |
getManufacturer()
Manufacturer of the device.
|
String |
getModel()
Specific model of the device.
|
String |
getType()
Type of device being used.
|
int |
hashCode() |
Acpv1tokensDeviceInformationDeviceData |
manufacturer(String manufacturer) |
Acpv1tokensDeviceInformationDeviceData |
model(String model) |
void |
setBrand(String brand) |
void |
setManufacturer(String manufacturer) |
void |
setModel(String model) |
void |
setType(String type) |
String |
toString() |
Acpv1tokensDeviceInformationDeviceData |
type(String type) |
public Acpv1tokensDeviceInformationDeviceData()
public Acpv1tokensDeviceInformationDeviceData type(String type)
public String getType()
public void setType(String type)
public Acpv1tokensDeviceInformationDeviceData manufacturer(String manufacturer)
public String getManufacturer()
public void setManufacturer(String manufacturer)
public Acpv1tokensDeviceInformationDeviceData brand(String brand)
public String getBrand()
public void setBrand(String brand)
public Acpv1tokensDeviceInformationDeviceData model(String model)
public String getModel()
public void setModel(String model)
Copyright © 2026. All rights reserved.