Class KeyringSummary

java.lang.Object
co.yellowdog.platform.interaction.account.KeyringSummary
All Implemented Interfaces:
Identified, Serializable

public class KeyringSummary extends Object implements Identified, Serializable
See Also:
  • Constructor Details

    • KeyringSummary

      public KeyringSummary(String id, String name, String description)
    • KeyringSummary

      public KeyringSummary()
  • Method Details

    • builder

      public static KeyringSummary.Builder builder()
    • getId

      public String getId()
      Description copied from interface: Identified
      Returns the ID
      Specified by:
      getId in interface Identified
      Returns:
      the ID
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object