|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.LifecycleEvent
public class LifecycleEvent
Java class for LifecycleEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifecycleEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetType" type="{http://cdp.emc.com/services/rest/model}lifecycleTargetType"/>
<element name="eventType" type="{http://cdp.emc.com/services/rest/model}lifecycleEventType"/>
<element name="eventDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="initiatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="processedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
count
|
protected XMLGregorianCalendar |
eventDate
|
protected LifecycleEventType |
eventType
|
protected String |
initiatedBy
|
protected String |
notes
|
protected String |
processedBy
|
protected String |
targetId
|
protected LifecycleTargetType |
targetType
|
| Constructor Summary | |
|---|---|
LifecycleEvent()
|
|
| Method Summary | |
|---|---|
Integer |
getCount()
Gets the value of the count property. |
XMLGregorianCalendar |
getEventDate()
Gets the value of the eventDate property. |
LifecycleEventType |
getEventType()
Gets the value of the eventType property. |
String |
getInitiatedBy()
Gets the value of the initiatedBy property. |
String |
getNotes()
Gets the value of the notes property. |
String |
getProcessedBy()
Gets the value of the processedBy property. |
String |
getTargetId()
Gets the value of the targetId property. |
LifecycleTargetType |
getTargetType()
Gets the value of the targetType property. |
void |
setCount(Integer value)
Sets the value of the count property. |
void |
setEventDate(XMLGregorianCalendar value)
Sets the value of the eventDate property. |
void |
setEventType(LifecycleEventType value)
Sets the value of the eventType property. |
void |
setInitiatedBy(String value)
Sets the value of the initiatedBy property. |
void |
setNotes(String value)
Sets the value of the notes property. |
void |
setProcessedBy(String value)
Sets the value of the processedBy property. |
void |
setTargetId(String value)
Sets the value of the targetId property. |
void |
setTargetType(LifecycleTargetType value)
Sets the value of the targetType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String targetId
protected LifecycleTargetType targetType
protected LifecycleEventType eventType
protected XMLGregorianCalendar eventDate
protected Integer count
protected String initiatedBy
protected String processedBy
protected String notes
| Constructor Detail |
|---|
public LifecycleEvent()
| Method Detail |
|---|
public String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
Stringpublic LifecycleTargetType getTargetType()
LifecycleTargetTypepublic void setTargetType(LifecycleTargetType value)
value - allowed object is
LifecycleTargetTypepublic LifecycleEventType getEventType()
LifecycleEventTypepublic void setEventType(LifecycleEventType value)
value - allowed object is
LifecycleEventTypepublic XMLGregorianCalendar getEventDate()
XMLGregorianCalendarpublic void setEventDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getCount()
Integerpublic void setCount(Integer value)
value - allowed object is
Integerpublic String getInitiatedBy()
Stringpublic void setInitiatedBy(String value)
value - allowed object is
Stringpublic String getProcessedBy()
Stringpublic void setProcessedBy(String value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||