◆ ServiceNamePair()
org.turro.ws.ServiceNamePair.ServiceNamePair |
( |
String |
service, |
|
|
String |
name |
|
) |
| |
◆ equals()
boolean org.turro.ws.ServiceNamePair.equals |
( |
Object |
obj | ) |
|
Definition at line 73 of file ServiceNamePair.java.
80 if (getClass() != obj.getClass()) {
84 return Objects.equals(this.service, other.service);
ServiceNamePair(String service, String name)
◆ fromJson()
static ServiceNamePair org.turro.ws.ServiceNamePair.fromJson |
( |
JsonValue |
value | ) |
|
|
static |
◆ getName()
String org.turro.ws.ServiceNamePair.getName |
( |
| ) |
|
◆ getService()
String org.turro.ws.ServiceNamePair.getService |
( |
| ) |
|
◆ hashCode()
int org.turro.ws.ServiceNamePair.hashCode |
( |
| ) |
|
◆ toJson() [1/2]
String org.turro.ws.ServiceNamePair.toJson |
( |
| ) |
|
◆ toJson() [2/2]
String org.turro.ws.ServiceNamePair.toJson |
( |
Map< String, Object > |
properties | ) |
|
The documentation for this class was generated from the following file: