Skip to content

Commit

Permalink
RequestAssertion: Setter for id
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-cd committed Aug 2, 2022
1 parent 33e2263 commit 0054e71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ public int getId() {
return this.id;
}

public void setId(int id) {
this.id = id;
}

public void setStatus(String status) {
this.status = status;
}
Expand Down

0 comments on commit 0054e71

Please sign in to comment.