public class BranchTransactionDO extends Object implements Comparable<BranchTransactionDO>
| Constructor and Description |
|---|
BranchTransactionDO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BranchTransactionDO branchTransactionDO) |
String |
getApplicationData()
Gets application data.
|
long |
getBranchId()
Gets branch id.
|
String |
getBranchType()
Gets branch type.
|
String |
getClientId()
Gets client id.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getResourceGroupId()
Gets resource group id.
|
String |
getResourceId()
Gets resource id.
|
int |
getStatus()
Gets status.
|
long |
getTransactionId()
Gets transaction id.
|
String |
getXid()
Gets xid.
|
void |
setApplicationData(String applicationData)
Sets application data.
|
void |
setBranchId(long branchId)
Sets branch id.
|
void |
setBranchType(String branchType)
Sets branch type.
|
void |
setClientId(String clientId)
Sets client id.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setResourceGroupId(String resourceGroupId)
Sets resource group id.
|
void |
setResourceId(String resourceId)
Sets resource id.
|
void |
setStatus(int status)
Sets status.
|
void |
setTransactionId(long transactionId)
Sets transaction id.
|
void |
setXid(String xid)
Sets xid.
|
String |
toString() |
public String getXid()
public void setXid(String xid)
xid - the xidpublic long getTransactionId()
public void setTransactionId(long transactionId)
transactionId - the transaction idpublic long getBranchId()
public void setBranchId(long branchId)
branchId - the branch idpublic String getResourceGroupId()
public void setResourceGroupId(String resourceGroupId)
resourceGroupId - the resource group idpublic String getResourceId()
public void setResourceId(String resourceId)
resourceId - the resource idpublic String getBranchType()
public void setBranchType(String branchType)
branchType - the branch typepublic int getStatus()
public void setStatus(int status)
status - the statuspublic String getClientId()
public void setClientId(String clientId)
clientId - the client idpublic String getApplicationData()
public void setApplicationData(String applicationData)
applicationData - the application datapublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtModified()
public void setGmtModified(Date gmtModified)
gmtModified - the gmt modifiedpublic int compareTo(BranchTransactionDO branchTransactionDO)
compareTo in interface Comparable<BranchTransactionDO>Copyright © 2023 Seata. All rights reserved.