public interface ApplicationInstanceInfo
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Id for the app
|
String |
getInstanceId()
Id for this particular instance
|
Map<String,Object> |
getProperties()
Loosely defined map of application and instance properties.
|