public interface ProximityRegion
Modifier and Type | Method and Description |
---|---|
Map |
getAttributes()
Metadata attributes associated with this region.
|
String |
getIdentifier()
Entity identifier for this region.
|
String |
getName()
Display name for this region.
|
Map getAttributes()
An attribute is a mapping of a String
key to a String
value. Attribute
maps should not contain null
keys or values.
String getIdentifier()
This may or may not be a globally unique identifier. This interface does not specify any contract on uniqueness of this value.
null
if one is not setString getName()
null
if no name is set