public class Autoaction extends Object implements Serializable
Constructor and Description |
---|
Autoaction() |
Modifier and Type | Method and Description |
---|---|
static Autoaction |
copyFrom(IAutoAction source) |
String |
getContent()
Returns the value of field 'content'.
|
String |
getState()
Returns the value of field 'state'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setState(String state)
Sets the value of field 'state'.
|
String |
toString() |
public static Autoaction copyFrom(IAutoAction source)
public String getContent()
public String getState()
public void setContent(String content)
content
- the value of field 'content'.public void setState(String state)
state
- the value of field 'state'.Copyright © 2021. All rights reserved.