public final class Address extends Object implements Comparable<Address>, Serializable
Constructor and Description |
---|
Address(String workManagerId,
String workManagerName,
String transportId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Address a) |
boolean |
equals(Object o) |
static Address |
fromMap(Map<String,String> map)
create an instance from a Map
|
String |
getTransportId()
Get the Transport id
|
String |
getWorkManagerId()
Get the WorkManager id
|
String |
getWorkManagerName()
Get the WorkManager name
|
int |
hashCode() |
Map<String,String> |
toMap()
return a map representing the instance
|
String |
toString() |
public static Address fromMap(Map<String,String> map)
map
- the mappublic String getWorkManagerId()
public String getWorkManagerName()
public String getTransportId()
public int compareTo(Address a)
compareTo
in interface Comparable<Address>
Copyright © 2021 JBoss by Red Hat. All rights reserved.