|
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.ActivityTypeDetail
public class ActivityTypeDetail
Detailed information about an activity type.
| Constructor Summary | |
|---|---|
ActivityTypeDetail()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ActivityTypeConfiguration |
getConfiguration()
The configuration settings registered with the activity type. |
ActivityTypeInfo |
getTypeInfo()
General information about the activity type. |
int |
hashCode()
|
void |
setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type. |
void |
setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivityTypeDetail |
withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type. |
ActivityTypeDetail |
withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityTypeDetail()
| Method Detail |
|---|
public ActivityTypeInfo getTypeInfo()
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public void setTypeInfo(ActivityTypeInfo typeInfo)
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
typeInfo - General information about the activity type. The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public ActivityTypeDetail withTypeInfo(ActivityTypeInfo typeInfo)
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
Returns a reference to this object so that method calls can be chained together.
typeInfo - General information about the activity type. The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public ActivityTypeConfiguration getConfiguration()
public void setConfiguration(ActivityTypeConfiguration configuration)
configuration - The configuration settings registered with the activity type.public ActivityTypeDetail withConfiguration(ActivityTypeConfiguration configuration)
Returns a reference to this object so that method calls can be chained together.
configuration - The configuration settings registered with the activity type.
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 | ||||||