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
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()
-
Constructor Details
-
PivoDeviceInfo
public PivoDeviceInfo()Pivo device default constructor -
PivoDeviceInfo
-
PivoDeviceInfo
-
-
Method Details
-
getName
This get method is used to get name of Pivo- Returns:
- string value
-
getMacAddress
This get method is used to get mac address of Pivo- Returns:
- string value
-
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
This get method is used to get pivo type- Returns:
- PivoType value
-
toString
-