Class Application

java.lang.Object
co.yellowdog.platform.model.Application
All Implemented Interfaces:
Identified, Named, Serializable

public class Application extends Object implements Identified, Named, Serializable
Represents a user application within the YellowDog Platform.
See Also:
  • Method Details

    • builder

      public static Application.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()
      Description copied from interface: Named
      Returns the name
      Specified by:
      getName in interface Named
      Returns:
      the name
    • getDescription

      public String getDescription()
    • getCreatedByUserId

      public String getCreatedByUserId()
    • getAccessDelegates

      public List<@NotNull @Valid AccessDelegate> getAccessDelegates()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setCreatedByUserId

      public void setCreatedByUserId(String createdByUserId)
    • setAccessDelegates

      public void setAccessDelegates(List<@NotNull @Valid AccessDelegate> accessDelegates)
    • 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