public class ActivityType
extends java.lang.Object
implements java.io.Serializable
Represents an activity type.
| コンストラクタと説明 |
|---|
ActivityType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of this activity.
|
java.lang.String |
getVersion()
The version of this activity.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of this activity.
|
void |
setVersion(java.lang.String version)
The version of this activity.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivityType |
withName(java.lang.String name)
The name of this activity.
|
ActivityType |
withVersion(java.lang.String version)
The version of this activity.
|
public java.lang.String getName()
Constraints:
Length: 1 - 256
public void setName(java.lang.String name)
Constraints:
Length: 1 - 256
name - The name of this activity. public ActivityType withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name - The name of this activity. public java.lang.String getVersion()
Constraints:
Length: 1 - 64
public void setVersion(java.lang.String version)
Constraints:
Length: 1 - 64
version - The version of this activity. public ActivityType withVersion(java.lang.String version)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
version - The version of this activity. 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