Class Provider


  • public final class Provider
    extends java.lang.Object
    provider Details of the device ID provider.
    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
      Provider​(java.lang.String id, java.lang.String name)
      Creates a new Provider instance.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Provider.ProviderBuilder builder()  
      boolean equals​(java.lang.Object o)  
      java.lang.String getId()
      The unique identifier for the device.
      java.lang.String getName()
      The name of the provider that generated the device identifier.
      int hashCode()  
      void setId​(java.lang.String id)
      The unique identifier for the device.
      void setName​(java.lang.String name)
      The name of the provider that generated the device identifier.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Provider

        public Provider()
      • Provider

        public Provider​(java.lang.String id,
                        java.lang.String name)
        Creates a new Provider instance.
        Parameters:
        id - The unique identifier for the device. [Optional]
        name - The name of the provider that generated the device identifier. [Optional]
    • Method Detail

      • getId

        public java.lang.String getId()
        The unique identifier for the device. [Optional]
      • getName

        public java.lang.String getName()
        The name of the provider that generated the device identifier. [Optional]
      • setId

        public void setId​(java.lang.String id)
        The unique identifier for the device. [Optional]
      • setName

        public void setName​(java.lang.String name)
        The name of the provider that generated the device identifier. [Optional]
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object