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

public class Fields extends Object
  • Field Details

    • summary

      protected String summary
    • updated

      protected String updated
    • description

      protected String description
    • comment

      protected Comments comment
  • Constructor Details

    • Fields

      public Fields()
  • Method Details

    • getSummary

      public String getSummary()
    • getUpdated

      public String getUpdated()
    • getDescription

      public String getDescription()
    • getComment

      public Comments getComment()
    • toString

      public String toString()
      Overrides:
      toString in class Object