Class ActivityTypeDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Detailed information about an activity type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The configuration settings registered with the activity type.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.toString()
Returns a string representation of this object; useful for testing and debugging.withConfiguration
(ActivityTypeConfiguration configuration) The configuration settings registered with the activity type.withTypeInfo
(ActivityTypeInfo typeInfo) General information about the activity type.
-
Constructor Details
-
ActivityTypeDetail
public ActivityTypeDetail()
-
-
Method Details
-
setTypeInfo
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
- Parameters:
typeInfo
- General information about the activity type.The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
-
getTypeInfo
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
- Returns:
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
-
withTypeInfo
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
- Parameters:
typeInfo
- General information about the activity type.The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfiguration
The configuration settings registered with the activity type.
- Parameters:
configuration
- The configuration settings registered with the activity type.
-
getConfiguration
The configuration settings registered with the activity type.
- Returns:
- The configuration settings registered with the activity type.
-
withConfiguration
The configuration settings registered with the activity type.
- Parameters:
configuration
- The configuration settings registered with the activity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-