public class FeedSubmissionInfo extends Object
Java class for FeedSubmissionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedSubmissionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FeedSubmissionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeedType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubmittedDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeedProcessingStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StartedProcessingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CompletedProcessingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
completedProcessingDate |
protected String |
feedProcessingStatus |
protected String |
feedSubmissionId |
protected String |
feedType |
protected XMLGregorianCalendar |
startedProcessingDate |
protected String |
submittedDate |
| Constructor and Description |
|---|
FeedSubmissionInfo()
Default constructor
|
FeedSubmissionInfo(String feedSubmissionId,
String feedType,
String submittedDate,
String feedProcessingStatus,
XMLGregorianCalendar startedProcessingDate,
XMLGregorianCalendar completedProcessingDate)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCompletedProcessingDate()
Gets the value of the completedProcessingDate property.
|
String |
getFeedProcessingStatus()
Gets the value of the feedProcessingStatus property.
|
String |
getFeedSubmissionId()
Gets the value of the feedSubmissionId property.
|
String |
getFeedType()
Gets the value of the feedType property.
|
XMLGregorianCalendar |
getStartedProcessingDate()
Gets the value of the startedProcessingDate property.
|
String |
getSubmittedDate()
Gets the value of the submittedDate property.
|
boolean |
isSetCompletedProcessingDate() |
boolean |
isSetFeedProcessingStatus() |
boolean |
isSetFeedSubmissionId() |
boolean |
isSetFeedType() |
boolean |
isSetStartedProcessingDate() |
boolean |
isSetSubmittedDate() |
void |
setCompletedProcessingDate(XMLGregorianCalendar value)
Sets the value of the completedProcessingDate property.
|
void |
setFeedProcessingStatus(String value)
Sets the value of the feedProcessingStatus property.
|
void |
setFeedSubmissionId(String value)
Sets the value of the feedSubmissionId property.
|
void |
setFeedType(String value)
Sets the value of the feedType property.
|
void |
setStartedProcessingDate(XMLGregorianCalendar value)
Sets the value of the startedProcessingDate property.
|
void |
setSubmittedDate(String value)
Sets the value of the submittedDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
FeedSubmissionInfo |
withCompletedProcessingDate(XMLGregorianCalendar value)
Sets the value of the CompletedProcessingDate property.
|
FeedSubmissionInfo |
withFeedProcessingStatus(String value)
Sets the value of the FeedProcessingStatus property.
|
FeedSubmissionInfo |
withFeedSubmissionId(String value)
Sets the value of the FeedSubmissionId property.
|
FeedSubmissionInfo |
withFeedType(String value)
Sets the value of the FeedType property.
|
FeedSubmissionInfo |
withStartedProcessingDate(XMLGregorianCalendar value)
Sets the value of the StartedProcessingDate property.
|
FeedSubmissionInfo |
withSubmittedDate(String value)
Sets the value of the SubmittedDate property.
|
protected String feedSubmissionId
protected String feedType
protected String submittedDate
protected String feedProcessingStatus
protected XMLGregorianCalendar startedProcessingDate
protected XMLGregorianCalendar completedProcessingDate
public FeedSubmissionInfo()
public FeedSubmissionInfo(String feedSubmissionId, String feedType, String submittedDate, String feedProcessingStatus, XMLGregorianCalendar startedProcessingDate, XMLGregorianCalendar completedProcessingDate)
public String getFeedSubmissionId()
Stringpublic void setFeedSubmissionId(String value)
value - allowed object is
Stringpublic boolean isSetFeedSubmissionId()
public String getFeedType()
Stringpublic void setFeedType(String value)
value - allowed object is
Stringpublic boolean isSetFeedType()
public String getSubmittedDate()
Stringpublic void setSubmittedDate(String value)
value - allowed object is
Stringpublic boolean isSetSubmittedDate()
public String getFeedProcessingStatus()
Stringpublic void setFeedProcessingStatus(String value)
value - allowed object is
Stringpublic boolean isSetFeedProcessingStatus()
public XMLGregorianCalendar getStartedProcessingDate()
XMLGregorianCalendarpublic void setStartedProcessingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartedProcessingDate()
public XMLGregorianCalendar getCompletedProcessingDate()
XMLGregorianCalendarpublic void setCompletedProcessingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCompletedProcessingDate()
public FeedSubmissionInfo withFeedSubmissionId(String value)
value - public FeedSubmissionInfo withFeedType(String value)
value - public FeedSubmissionInfo withSubmittedDate(String value)
value - public FeedSubmissionInfo withFeedProcessingStatus(String value)
value - public FeedSubmissionInfo withStartedProcessingDate(XMLGregorianCalendar value)
value - public FeedSubmissionInfo withCompletedProcessingDate(XMLGregorianCalendar value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.