Class NamedArg<T,P extends AbstractCLType>
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.NamedArg<T,P>
-
public class NamedArg<T,P extends AbstractCLType> extends java.lang.ObjectNamed arguments to a contract- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description NamedArg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)AbstractCLValue<T,P>getClValue()The second value in the array is a CLValue typejava.lang.StringgetType()The first value in the array is the type of the arginthashCode()voidsetClValue(AbstractCLValue<T,P> clValue)The second value in the array is a CLValue typevoidsetType(java.lang.String type)The first value in the array is the type of the argjava.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
The first value in the array is the type of the arg
-
getClValue
public AbstractCLValue<T,P> getClValue()
The second value in the array is a CLValue type
-
setType
public void setType(java.lang.String type)
The first value in the array is the type of the arg
-
setClValue
public void setClValue(AbstractCLValue<T,P> clValue)
The second value in the array is a CLValue type
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-