|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
public class ActivityTypeInfo
Detailed information about an activity type.
| Constructor Summary | |
|---|---|
ActivityTypeInfo()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ActivityType |
getActivityType()
The ActivityType type structure representing the activity type. |
java.util.Date |
getCreationDate()
The date and time this activity type was created through RegisterActivityType. |
java.util.Date |
getDeprecationDate()
If DEPRECATED, the date and time DeprecateActivityType was called. |
java.lang.String |
getDescription()
The description of the activity type provided in RegisterActivityType. |
java.lang.String |
getStatus()
The current status of the activity type. |
int |
hashCode()
|
void |
setActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type. |
void |
setCreationDate(java.util.Date creationDate)
The date and time this activity type was created through RegisterActivityType. |
void |
setDeprecationDate(java.util.Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called. |
void |
setDescription(java.lang.String description)
The description of the activity type provided in RegisterActivityType. |
void |
setStatus(RegistrationStatus status)
The current status of the activity type. |
void |
setStatus(java.lang.String status)
The current status of the activity type. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivityTypeInfo |
withActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type. |
ActivityTypeInfo |
withCreationDate(java.util.Date creationDate)
The date and time this activity type was created through RegisterActivityType. |
ActivityTypeInfo |
withDeprecationDate(java.util.Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called. |
ActivityTypeInfo |
withDescription(java.lang.String description)
The description of the activity type provided in RegisterActivityType. |
ActivityTypeInfo |
withStatus(RegistrationStatus status)
The current status of the activity type. |
ActivityTypeInfo |
withStatus(java.lang.String status)
The current status of the activity type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityTypeInfo()
| Method Detail |
|---|
public ActivityType getActivityType()
public void setActivityType(ActivityType activityType)
activityType - The ActivityType type structure representing the activity type.public ActivityTypeInfo withActivityType(ActivityType activityType)
Returns a reference to this object so that method calls can be chained together.
activityType - The ActivityType type structure representing the activity type.
public java.lang.String getStatus()
Constraints:
Allowed Values: REGISTERED, DEPRECATED
RegistrationStatuspublic void setStatus(java.lang.String status)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The current status of the activity type.RegistrationStatuspublic ActivityTypeInfo withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The current status of the activity type.
RegistrationStatuspublic void setStatus(RegistrationStatus status)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The current status of the activity type.RegistrationStatuspublic ActivityTypeInfo withStatus(RegistrationStatus status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The current status of the activity type.
RegistrationStatuspublic java.lang.String getDescription()
Constraints:
Length: 0 - 1024
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 1024
description - The description of the activity type provided in
RegisterActivityType.public ActivityTypeInfo withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
description - The description of the activity type provided in
RegisterActivityType.
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - The date and time this activity type was created through
RegisterActivityType.public ActivityTypeInfo withCreationDate(java.util.Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The date and time this activity type was created through
RegisterActivityType.
public java.util.Date getDeprecationDate()
public void setDeprecationDate(java.util.Date deprecationDate)
deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was
called.public ActivityTypeInfo withDeprecationDate(java.util.Date deprecationDate)
Returns a reference to this object so that method calls can be chained together.
deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was
called.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||