public class IssueData extends Object implements Serializable
コンストラクタと説明 |
---|
IssueData() |
IssueData(BigInteger id,
ObjectRef view_state,
Calendar last_updated,
ObjectRef project,
String category,
ObjectRef priority,
ObjectRef severity,
ObjectRef status,
AccountData reporter,
String summary,
String version,
String build,
String platform,
String os,
String os_build,
ObjectRef reproducibility,
Calendar date_submitted,
BigInteger sponsorship_total,
AccountData handler,
ObjectRef projection,
ObjectRef eta,
ObjectRef resolution,
String fixed_in_version,
String description,
String steps_to_reproduce,
String additional_information,
AttachmentData[] attachments,
RelationshipData[] relationships,
IssueNoteData[] notes,
CustomFieldValueForIssueData[] custom_fields) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
String |
getAdditional_information()
Gets the additional_information value for this IssueData.
|
AttachmentData[] |
getAttachments()
Gets the attachments value for this IssueData.
|
String |
getBuild()
Gets the build value for this IssueData.
|
String |
getCategory()
Gets the category value for this IssueData.
|
CustomFieldValueForIssueData[] |
getCustom_fields()
Gets the custom_fields value for this IssueData.
|
Calendar |
getDate_submitted()
Gets the date_submitted value for this IssueData.
|
String |
getDescription()
Gets the description value for this IssueData.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ObjectRef |
getEta()
Gets the eta value for this IssueData.
|
String |
getFixed_in_version()
Gets the fixed_in_version value for this IssueData.
|
AccountData |
getHandler()
Gets the handler value for this IssueData.
|
BigInteger |
getId()
Gets the id value for this IssueData.
|
Calendar |
getLast_updated()
Gets the last_updated value for this IssueData.
|
IssueNoteData[] |
getNotes()
Gets the notes value for this IssueData.
|
String |
getOs_build()
Gets the os_build value for this IssueData.
|
String |
getOs()
Gets the os value for this IssueData.
|
String |
getPlatform()
Gets the platform value for this IssueData.
|
ObjectRef |
getPriority()
Gets the priority value for this IssueData.
|
ObjectRef |
getProject()
Gets the project value for this IssueData.
|
ObjectRef |
getProjection()
Gets the projection value for this IssueData.
|
RelationshipData[] |
getRelationships()
Gets the relationships value for this IssueData.
|
AccountData |
getReporter()
Gets the reporter value for this IssueData.
|
ObjectRef |
getReproducibility()
Gets the reproducibility value for this IssueData.
|
ObjectRef |
getResolution()
Gets the resolution value for this IssueData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ObjectRef |
getSeverity()
Gets the severity value for this IssueData.
|
BigInteger |
getSponsorship_total()
Gets the sponsorship_total value for this IssueData.
|
ObjectRef |
getStatus()
Gets the status value for this IssueData.
|
String |
getSteps_to_reproduce()
Gets the steps_to_reproduce value for this IssueData.
|
String |
getSummary()
Gets the summary value for this IssueData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
String |
getVersion()
Gets the version value for this IssueData.
|
ObjectRef |
getView_state()
Gets the view_state value for this IssueData.
|
int |
hashCode() |
void |
setAdditional_information(String additional_information)
Sets the additional_information value for this IssueData.
|
void |
setAttachments(AttachmentData[] attachments)
Sets the attachments value for this IssueData.
|
void |
setBuild(String build)
Sets the build value for this IssueData.
|
void |
setCategory(String category)
Sets the category value for this IssueData.
|
void |
setCustom_fields(CustomFieldValueForIssueData[] custom_fields)
Sets the custom_fields value for this IssueData.
|
void |
setDate_submitted(Calendar date_submitted)
Sets the date_submitted value for this IssueData.
|
void |
setDescription(String description)
Sets the description value for this IssueData.
|
void |
setEta(ObjectRef eta)
Sets the eta value for this IssueData.
|
void |
setFixed_in_version(String fixed_in_version)
Sets the fixed_in_version value for this IssueData.
|
void |
setHandler(AccountData handler)
Sets the handler value for this IssueData.
|
void |
setId(BigInteger id)
Sets the id value for this IssueData.
|
void |
setLast_updated(Calendar last_updated)
Sets the last_updated value for this IssueData.
|
void |
setNotes(IssueNoteData[] notes)
Sets the notes value for this IssueData.
|
void |
setOs_build(String os_build)
Sets the os_build value for this IssueData.
|
void |
setOs(String os)
Sets the os value for this IssueData.
|
void |
setPlatform(String platform)
Sets the platform value for this IssueData.
|
void |
setPriority(ObjectRef priority)
Sets the priority value for this IssueData.
|
void |
setProject(ObjectRef project)
Sets the project value for this IssueData.
|
void |
setProjection(ObjectRef projection)
Sets the projection value for this IssueData.
|
void |
setRelationships(RelationshipData[] relationships)
Sets the relationships value for this IssueData.
|
void |
setReporter(AccountData reporter)
Sets the reporter value for this IssueData.
|
void |
setReproducibility(ObjectRef reproducibility)
Sets the reproducibility value for this IssueData.
|
void |
setResolution(ObjectRef resolution)
Sets the resolution value for this IssueData.
|
void |
setSeverity(ObjectRef severity)
Sets the severity value for this IssueData.
|
void |
setSponsorship_total(BigInteger sponsorship_total)
Sets the sponsorship_total value for this IssueData.
|
void |
setStatus(ObjectRef status)
Sets the status value for this IssueData.
|
void |
setSteps_to_reproduce(String steps_to_reproduce)
Sets the steps_to_reproduce value for this IssueData.
|
void |
setSummary(String summary)
Sets the summary value for this IssueData.
|
void |
setVersion(String version)
Sets the version value for this IssueData.
|
void |
setView_state(ObjectRef view_state)
Sets the view_state value for this IssueData.
|
public IssueData()
public IssueData(BigInteger id, ObjectRef view_state, Calendar last_updated, ObjectRef project, String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, String summary, String version, String build, String platform, String os, String os_build, ObjectRef reproducibility, Calendar date_submitted, BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, String fixed_in_version, String description, String steps_to_reproduce, String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields)
public BigInteger getId()
public void setId(BigInteger id)
id
- public ObjectRef getView_state()
public void setView_state(ObjectRef view_state)
view_state
- public Calendar getLast_updated()
public void setLast_updated(Calendar last_updated)
last_updated
- public ObjectRef getProject()
public void setProject(ObjectRef project)
project
- public String getCategory()
public void setCategory(String category)
category
- public ObjectRef getPriority()
public void setPriority(ObjectRef priority)
priority
- public ObjectRef getSeverity()
public void setSeverity(ObjectRef severity)
severity
- public ObjectRef getStatus()
public void setStatus(ObjectRef status)
status
- public AccountData getReporter()
public void setReporter(AccountData reporter)
reporter
- public String getSummary()
public void setSummary(String summary)
summary
- public String getVersion()
public void setVersion(String version)
version
- public String getBuild()
public void setBuild(String build)
build
- public String getPlatform()
public void setPlatform(String platform)
platform
- public String getOs()
public void setOs(String os)
os
- public String getOs_build()
public void setOs_build(String os_build)
os_build
- public ObjectRef getReproducibility()
public void setReproducibility(ObjectRef reproducibility)
reproducibility
- public Calendar getDate_submitted()
public void setDate_submitted(Calendar date_submitted)
date_submitted
- public BigInteger getSponsorship_total()
public void setSponsorship_total(BigInteger sponsorship_total)
sponsorship_total
- public AccountData getHandler()
public void setHandler(AccountData handler)
handler
- public ObjectRef getProjection()
public void setProjection(ObjectRef projection)
projection
- public ObjectRef getEta()
public void setEta(ObjectRef eta)
eta
- public ObjectRef getResolution()
public void setResolution(ObjectRef resolution)
resolution
- public String getFixed_in_version()
public void setFixed_in_version(String fixed_in_version)
fixed_in_version
- public String getDescription()
public void setDescription(String description)
description
- public String getSteps_to_reproduce()
public void setSteps_to_reproduce(String steps_to_reproduce)
steps_to_reproduce
- public String getAdditional_information()
public void setAdditional_information(String additional_information)
additional_information
- public AttachmentData[] getAttachments()
public void setAttachments(AttachmentData[] attachments)
attachments
- public RelationshipData[] getRelationships()
public void setRelationships(RelationshipData[] relationships)
relationships
- public IssueNoteData[] getNotes()
public void setNotes(IssueNoteData[] notes)
notes
- public CustomFieldValueForIssueData[] getCustom_fields()
public void setCustom_fields(CustomFieldValueForIssueData[] custom_fields)
custom_fields
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.