Class DeployInfo
- java.lang.Object
- 
- com.syntifi.casper.sdk.model.deploy.DeployInfo
 
- 
 public class DeployInfo extends java.lang.ObjectInformation relating to the given Deploy- Since:
- 0.0.1
 
- 
- 
Constructor SummaryConstructors Constructor Description DeployInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetFrom()Account identifier of the creator of the Deploy.java.math.BigIntegergetGas()Gas cost of executing the Deploy.java.lang.StringgetHash()The relevant Deployprotected java.lang.StringgetJsonGas()URefgetSource()Source purse used for payment of the Deploy.java.util.List<java.lang.String>getTransfers()Transfers performed by the Deploy.inthashCode()voidsetFrom(java.lang.String from)Account identifier of the creator of the Deploy.voidsetGas(java.math.BigInteger gas)Gas cost of executing the Deploy.voidsetHash(java.lang.String hash)The relevant Deployprotected voidsetJsonGas(java.lang.String value)voidsetSource(URef source)Source purse used for payment of the Deploy.voidsetTransfers(java.util.List<java.lang.String> transfers)Transfers performed by the Deploy.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getJsonGas@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonGas() 
 - 
setJsonGas@ExcludeFromJacocoGeneratedReport protected void setJsonGas(java.lang.String value) 
 - 
getHashpublic java.lang.String getHash() The relevant Deploy
 - 
getFrompublic java.lang.String getFrom() Account identifier of the creator of the Deploy.
 - 
getGaspublic java.math.BigInteger getGas() Gas cost of executing the Deploy.
 - 
getTransferspublic java.util.List<java.lang.String> getTransfers() Transfers performed by the Deploy.
 - 
setHashpublic void setHash(java.lang.String hash) The relevant Deploy
 - 
setFrompublic void setFrom(java.lang.String from) Account identifier of the creator of the Deploy.
 - 
setGaspublic void setGas(java.math.BigInteger gas) Gas cost of executing the Deploy.
 - 
setSourcepublic void setSource(URef source) Source purse used for payment of the Deploy.- See Also:
- URef
 
 - 
setTransferspublic void setTransfers(java.util.List<java.lang.String> transfers) Transfers performed by the Deploy.
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
canEqualprotected boolean canEqual(java.lang.Object other) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-