mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
JsonProperty label change for validation session id
This commit is contained in:
parent
48a91c70af
commit
d275e304fa
@ -35,12 +35,12 @@ public class ValidationResponse {
|
||||
return this;
|
||||
}
|
||||
|
||||
@JsonProperty("sessionToken")
|
||||
@JsonProperty("sessionId")
|
||||
public String getSessionId() {
|
||||
return sessionId;
|
||||
}
|
||||
|
||||
@JsonProperty("sessionToken")
|
||||
@JsonProperty("sessionId")
|
||||
public ValidationResponse setSessionId(String sessionId) {
|
||||
this.sessionId = sessionId;
|
||||
return this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user