MCPcopy Create free account
hub / github.com/basdijkstra/rest-assured-workshop / setUrl

Method setUrl

src/test/java/dataentities/Photo.java:42–44  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

40 }
41
42 public void setUrl(String url) {
43 this.url = url;
44 }
45
46 public String getThumbnailUrl() {
47 return thumbnailUrl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected