Class Issues.Issue.Comment
- java.lang.Object
-
- net.florianschoppmann.issuetracking.youtrack.restold.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 Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
Gets the value of the author property.String
getCreated()
Gets the value of the created property.String
getMarkdown()
Gets the value of the markdown property.String
getText()
Gets the value of the text property.String
getUpdated()
Gets the value of the updated property.void
setAuthor(String value)
Sets the value of the author property.void
setCreated(String value)
Sets the value of the created property.void
setMarkdown(String value)
Sets the value of the markdown property.void
setText(String value)
Sets the value of the text property.void
setUpdated(String value)
Sets the value of the updated property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getUpdated
public String getUpdated()
Gets the value of the updated property.- Returns:
- possible object is
String
-
-