Class TransactionRecord
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.TransactionRecord
-
public class TransactionRecord extends Object
TransactionRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionRecord.TransactionRecordBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_ENDORSER_WRITE_TXNstatic StringSERIALIZED_NAME_FORMATSstatic StringSERIALIZED_NAME_MESSAGES_ATTACHstatic StringSERIALIZED_NAME_META_DATAstatic StringSERIALIZED_NAME_SIGNATURE_REQUESTstatic StringSERIALIZED_NAME_SIGNATURE_RESPONSEstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_THREAD_IDstatic StringSERIALIZED_NAME_TIMINGstatic StringSERIALIZED_NAME_TRACEstatic StringSERIALIZED_NAME_TRANSACTION_IDstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description TransactionRecord()TransactionRecord(String type, String connectionId, String createdAt, Boolean endorserWriteTxn, List<Map<String,String>> formats, List<Object> messagesAttach, Object metaData, List<Object> signatureRequest, List<Object> signatureResponse, String state, String threadId, Object timing, Boolean trace, String transactionId, String updatedAt)
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDORSER_WRITE_TXN
public static final String SERIALIZED_NAME_ENDORSER_WRITE_TXN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORMATS
public static final String SERIALIZED_NAME_FORMATS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGES_ATTACH
public static final String SERIALIZED_NAME_MESSAGES_ATTACH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_META_DATA
public static final String SERIALIZED_NAME_META_DATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNATURE_REQUEST
public static final String SERIALIZED_NAME_SIGNATURE_REQUEST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNATURE_RESPONSE
public static final String SERIALIZED_NAME_SIGNATURE_RESPONSE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THREAD_ID
public static final String SERIALIZED_NAME_THREAD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMING
public static final String SERIALIZED_NAME_TIMING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSACTION_ID
public static final String SERIALIZED_NAME_TRANSACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TransactionRecord
public TransactionRecord(String type, String connectionId, String createdAt, Boolean endorserWriteTxn, List<Map<String,String>> formats, List<Object> messagesAttach, Object metaData, List<Object> signatureRequest, List<Object> signatureResponse, String state, String threadId, Object timing, Boolean trace, String transactionId, String updatedAt)
-
TransactionRecord
public TransactionRecord()
-
-
Method Detail
-
builder
public static TransactionRecord.TransactionRecordBuilder builder()
-
getType
public String getType()
-
getConnectionId
public String getConnectionId()
-
getCreatedAt
public String getCreatedAt()
-
getEndorserWriteTxn
public Boolean getEndorserWriteTxn()
-
getMetaData
public Object getMetaData()
-
getState
public String getState()
-
getThreadId
public String getThreadId()
-
getTiming
public Object getTiming()
-
getTrace
public Boolean getTrace()
-
getTransactionId
public String getTransactionId()
-
getUpdatedAt
public String getUpdatedAt()
-
setType
public void setType(String type)
-
setConnectionId
public void setConnectionId(String connectionId)
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
setEndorserWriteTxn
public void setEndorserWriteTxn(Boolean endorserWriteTxn)
-
setMetaData
public void setMetaData(Object metaData)
-
setState
public void setState(String state)
-
setThreadId
public void setThreadId(String threadId)
-
setTiming
public void setTiming(Object timing)
-
setTrace
public void setTrace(Boolean trace)
-
setTransactionId
public void setTransactionId(String transactionId)
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
canEqual
protected boolean canEqual(Object other)
-
-