Class Issues.Issue.Comment

  • Enclosing class:
    Issues.Issue

    public static class Issues.Issue.Comment
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="markdown" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="updated" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getAuthor

        public String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • getText

        public String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
      • getMarkdown

        public String getMarkdown()
        Gets the value of the markdown property.
        Returns:
        possible object is String
      • setMarkdown

        public void setMarkdown​(String value)
        Sets the value of the markdown property.
        Parameters:
        value - allowed object is String
      • getCreated

        public String getCreated()
        Gets the value of the created property.
        Returns:
        possible object is String
      • setCreated

        public void setCreated​(String value)
        Sets the value of the created property.
        Parameters:
        value - allowed object is String
      • getUpdated

        public String getUpdated()
        Gets the value of the updated property.
        Returns:
        possible object is String
      • setUpdated

        public void setUpdated​(String value)
        Sets the value of the updated property.
        Parameters:
        value - allowed object is String