public class WorkflowType extends Object implements Serializable, Cloneable
Represents a workflow type.
Constructor and Description |
---|
WorkflowType() |
Modifier and Type | Method and Description |
---|---|
WorkflowType |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Required. The name of the workflow type.
|
String |
getVersion()
Required. The version of the workflow type.
|
int |
hashCode() |
void |
setName(String name)
Required. The name of the workflow type.
|
void |
setVersion(String version)
Required. The version of the workflow type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowType |
withName(String name)
Required. The name of the workflow type.
|
WorkflowType |
withVersion(String version)
Required. The version of the workflow type.
|
public void setName(String name)
Required. The name of the workflow type.
name
- Required. The name of the workflow type.public String getName()
Required. The name of the workflow type.
public WorkflowType withName(String name)
Required. The name of the workflow type.
name
- Required. The name of the workflow type.public void setVersion(String version)
Required. The version of the workflow type.
version
- Required. The version of the workflow type.public String getVersion()
Required. The version of the workflow type.
public WorkflowType withVersion(String version)
Required. The version of the workflow type.
version
- Required. The version of the workflow type.public String toString()
toString
in class Object
Object.toString()
public WorkflowType clone()
Copyright © 2018. All rights reserved.