Package app.pivo.android.prosdk.util
Class PivoDeviceInfo
- java.lang.Object
-
- app.pivo.android.prosdk.util.PivoDeviceInfo
-
- All Implemented Interfaces:
Serializable
public class PivoDeviceInfo extends Object implements Serializable
Created by murodjon on 2021/09/02- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PivoDeviceInfo()Pivo device default constructorPivoDeviceInfo(String name, String macAddress)PivoDeviceInfo(String name, String macAddress, int version, PivoType pivoType, String serialNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMacAddress()This get method is used to get mac address of PivoStringgetName()This get method is used to get name of PivoPivoTypegetPivoType()This get method is used to get pivo typeStringgetSerialNumber()This get method is used to get serial number of PivointgetVersion()This get method is used to get version of PivoStringtoString()
-
-
-
Method Detail
-
getName
public String getName()
This get method is used to get name of Pivo- Returns:
- string value
-
getMacAddress
public String getMacAddress()
This get method is used to get mac address of Pivo- Returns:
- string value
-
getSerialNumber
public String getSerialNumber()
This get method is used to get serial number of Pivo- Returns:
- string value
-
getVersion
public int getVersion()
This get method is used to get version of Pivo- Returns:
- int value
-
getPivoType
public PivoType getPivoType()
This get method is used to get pivo type- Returns:
- PivoType value
-
-