22 import java.util.Objects;
23 import javax.json.JsonValue;
24 import org.turro.json.IJSONizable;
32 private final String service, name;
35 this.service = service;
55 public String
toJson(Map<String, Object> properties) {
56 return toJson(
this, properties);
68 hash = 37 * hash + Objects.hashCode(this.service);
80 if (getClass() != obj.getClass()) {
84 return Objects.
equals(this.service, other.service);
ServiceNamePair(String service, String name)
static ServiceNamePair fromJson(JsonValue value)
String toJson(Map< String, Object > properties)
boolean equals(Object obj)