public class InteractionParameter extends Object
| Constructor and Description | 
|---|
InteractionParameter(long rowId,
                    String parameterId,
                    String message,
                    List<InteractionParameterValue> values)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()  | 
String | 
getParameterId()  | 
long | 
getRowId()  | 
List<InteractionParameterValue> | 
getValues()  | 
String | 
toString()  | 
public InteractionParameter(long rowId,
                            String parameterId,
                            String message,
                            List<InteractionParameterValue> values)
Copyright © 2020 ALM Works. All Rights Reserved.