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 Details

    • PivoDeviceInfo

      public PivoDeviceInfo()
      Pivo device default constructor
    • PivoDeviceInfo

      public PivoDeviceInfo​(String name, String macAddress)
    • PivoDeviceInfo

      public PivoDeviceInfo​(String name, String macAddress, int version, PivoType pivoType, String serialNumber)
  • Method Details

    • 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
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object