Class Parameter
- java.lang.Object
-
- com.syntifi.casper.sdk.model.contract.Parameter
-
public class Parameter extends java.lang.Object
Parameter to a method- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
AbstractCLType
getClType()
cl_type(CLType) The value of the entry: a casper `Key` type.protected java.lang.Object
getJsonClType()
The accessor for jackson serializationjava.lang.String
getName()
name(String) The name of the entry.int
hashCode()
void
setClType(AbstractCLType clType)
cl_type(CLType) The value of the entry: a casper `Key` type.protected void
setJsonClType(AbstractCLType clType)
void
setName(java.lang.String name)
name(String) The name of the entry.java.lang.String
toString()
-
-
-
Method Detail
-
setJsonClType
@ExcludeFromJacocoGeneratedReport protected void setJsonClType(AbstractCLType clType)
-
getJsonClType
@ExcludeFromJacocoGeneratedReport protected java.lang.Object getJsonClType()
The accessor for jackson serialization- Returns:
- String if cl_type is basic type, CLType object if not.
-
getClType
public AbstractCLType getClType()
cl_type(CLType) The value of the entry: a casper `Key` type.
-
getName
public java.lang.String getName()
name(String) The name of the entry.
-
setClType
public void setClType(AbstractCLType clType)
cl_type(CLType) The value of the entry: a casper `Key` type.
-
setName
public void setName(java.lang.String name)
name(String) The name of the entry.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-