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