public class ContractCostParams extends java.lang.Object implements XdrElement
typedef ContractCostParamEntry ContractCostParams<CONTRACT_COST_COUNT_LIMIT>;
Constructor and Description |
---|
ContractCostParams() |
ContractCostParams(ContractCostParamEntry[] ContractCostParams) |
Modifier and Type | Method and Description |
---|---|
static ContractCostParams |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static ContractCostParams |
fromXdrBase64(java.lang.String xdr) |
static ContractCostParams |
fromXdrByteArray(byte[] xdr) |
ContractCostParamEntry[] |
getContractCostParams() |
int |
hashCode() |
void |
setContractCostParams(ContractCostParamEntry[] ContractCostParams) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public ContractCostParams()
public ContractCostParams(ContractCostParamEntry[] ContractCostParams)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static ContractCostParams decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static ContractCostParams fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static ContractCostParams fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public ContractCostParamEntry[] getContractCostParams()
public void setContractCostParams(ContractCostParamEntry[] ContractCostParams)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object