public class JobTokenInputInfo
extends java.lang.Object
| Constructor and Description |
|---|
JobTokenInputInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputParameterClassName()
Getter for the field
inputParameterClassName. |
java.lang.String |
getInputParameterName()
Getter for the field
inputParameterName. |
void |
setInputParameterClassName(java.lang.String inputParameterClassName)
Setter for the field
inputParameterClassName. |
void |
setInputParameterName(java.lang.String inputParameterName)
Setter for the field
inputParameterName. |
public java.lang.String getInputParameterClassName()
Getter for the field inputParameterClassName.
String object.public void setInputParameterClassName(java.lang.String inputParameterClassName)
Setter for the field inputParameterClassName.
inputParameterClassName - a String object.public java.lang.String getInputParameterName()
Getter for the field inputParameterName.
String object.public void setInputParameterName(java.lang.String inputParameterName)
Setter for the field inputParameterName.
inputParameterName - a String object.Copyright © 2021. All rights reserved.