public class Argument extends Object implements Serializable
Constructor and Description |
---|
Argument() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getStreamed()
Returns the value of field 'streamed'.
|
String |
getSubstitution()
Returns the value of field 'substitution'.
|
String |
getSwitch()
Returns the value of field 'switch'.
|
int |
hashCode()
Method hashCode.
|
void |
setStreamed(String streamed)
Sets the value of field 'streamed'.
|
void |
setSubstitution(String substitution)
Sets the value of field 'substitution'.
|
void |
setSwitch(String _switch)
Sets the value of field 'switch'.
|
public boolean equals(Object obj)
public String getStreamed()
public String getSubstitution()
public String getSwitch()
public int hashCode()
public void setStreamed(String streamed)
streamed
- the value of field 'streamed'.public void setSubstitution(String substitution)
substitution
- the value of field 'substitution'.public void setSwitch(String _switch)
_switch
- switch
- the value of field 'switch'.Copyright © 2017. All rights reserved.