public class ActivityTypeInfo
extends java.lang.Object
implements java.io.Serializable
Detailed information about an activity type.
| コンストラクタと説明 |
|---|
ActivityTypeInfo() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object