Skip to content

Commit

Permalink
Payload no toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali Shakya authored and Sonali Shakya committed Dec 13, 2024
1 parent a0e51ee commit 7a50225
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,23 +195,4 @@ public SessionDetails getSessionDetails() {
public void setSessionDetails(SessionDetails sessionDetails) {
this.sessionDetails = sessionDetails;
}

@Override
public String toString() {
return "Payload{" +
"id=" + id +
", messageId='" + messageId + '\'' +
", transactionId='" + transactionId + '\'' +
", flowId='" + flowId + '\'' +
", action=" + action +
", bppId='" + bppId + '\'' +
", bapId='" + bapId + '\'' +
", jsonRequest=" + jsonRequest +
", jsonResponse=" + jsonResponse +
", httpStatus=" + httpStatus +
", createdAt=" + createdAt +
", updatedAt=" + updatedAt +
", sessionDetails=" + sessionDetails +
'}';
}
}

0 comments on commit 7a50225

Please sign in to comment.