public class ActivityTypeDetail extends Object implements Serializable, Cloneable
Detailed information about an activity type.
Constructor and Description |
---|
ActivityTypeDetail() |
Modifier and Type | Method and Description |
---|---|
ActivityTypeDetail |
clone() |
boolean |
equals(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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public ActivityTypeDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.