com.emc.cdp.services.rest.model
Class LifecycleEvent

java.lang.Object
  extended by com.emc.cdp.services.rest.model.LifecycleEvent

public class LifecycleEvent
extends Object

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

targetId

protected String targetId

targetType

protected LifecycleTargetType targetType

eventType

protected LifecycleEventType eventType

eventDate

protected XMLGregorianCalendar eventDate

count

protected Integer count

initiatedBy

protected String initiatedBy

processedBy

protected String processedBy

notes

protected String notes
Constructor Detail

LifecycleEvent

public LifecycleEvent()
Method Detail

getTargetId

public String getTargetId()
Gets the value of the targetId property.

Returns:
possible object is String

setTargetId

public void setTargetId(String value)
Sets the value of the targetId property.

Parameters:
value - allowed object is String

getTargetType

public LifecycleTargetType getTargetType()
Gets the value of the targetType property.

Returns:
possible object is LifecycleTargetType

setTargetType

public void setTargetType(LifecycleTargetType value)
Sets the value of the targetType property.

Parameters:
value - allowed object is LifecycleTargetType

getEventType

public LifecycleEventType getEventType()
Gets the value of the eventType property.

Returns:
possible object is LifecycleEventType

setEventType

public void setEventType(LifecycleEventType value)
Sets the value of the eventType property.

Parameters:
value - allowed object is LifecycleEventType

getEventDate

public XMLGregorianCalendar getEventDate()
Gets the value of the eventDate property.

Returns:
possible object is XMLGregorianCalendar

setEventDate

public void setEventDate(XMLGregorianCalendar value)
Sets the value of the eventDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getCount

public Integer getCount()
Gets the value of the count property.

Returns:
possible object is Integer

setCount

public void setCount(Integer value)
Sets the value of the count property.

Parameters:
value - allowed object is Integer

getInitiatedBy

public String getInitiatedBy()
Gets the value of the initiatedBy property.

Returns:
possible object is String

setInitiatedBy

public void setInitiatedBy(String value)
Sets the value of the initiatedBy property.

Parameters:
value - allowed object is String

getProcessedBy

public String getProcessedBy()
Gets the value of the processedBy property.

Returns:
possible object is String

setProcessedBy

public void setProcessedBy(String value)
Sets the value of the processedBy property.

Parameters:
value - allowed object is String

getNotes

public String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.