java.lang.Object
org.codelibs.fess.ds.atlassian.api.jira.domain.Project

public class Project extends Object
  • Field Details

    • self

      protected String self
    • key

      protected String key
    • id

      protected Long id
    • name

      protected String name
    • description

      protected String description
  • Constructor Details

    • Project

      public Project()
  • Method Details

    • getSelf

      public String getSelf()
    • getKey

      public String getKey()
    • getName

      public String getName()
    • getId

      public Long getId()
    • getDescription

      public String getDescription()