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) |
static ContractCostParams |
decode(XdrDataInputStream stream,
int maxDepth) |
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, toXdrByteArraypublic ContractCostParams()
public ContractCostParams(ContractCostParamEntry[] ContractCostParams)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static ContractCostParams decode(XdrDataInputStream stream, int maxDepth) throws java.io.IOException
java.io.IOExceptionpublic static ContractCostParams decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static ContractCostParams fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static ContractCostParams fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic ContractCostParamEntry[] getContractCostParams()
public void setContractCostParams(ContractCostParamEntry[] ContractCostParams)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object