public class CustomParameter extends Object implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
CustomParameter()
Default Constructor
|
CustomParameter(CustomParameter customParameterObj)
Copy constructor
|
CustomParameter(String name,
String value)
Parameterized constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getName()
Gets Name
|
String |
getValue()
Gets Value
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setName(String name)
Sets Name
|
void |
setValue(String value)
Sets Value
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public CustomParameter()
public CustomParameter(CustomParameter customParameterObj)
customParameterObj - reference to the object to be copiedpublic String getName()
public void setName(String name)
name - the name of the custom parameterpublic String getValue()
public void setValue(String value)
value - the value of the custom parameterpublic String toString()
public boolean equals(Object obj)
Copyright © 2021. All rights reserved.