@Introspected public class LocalAgentConfiguration extends Object
Constructor and Description |
---|
LocalAgentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getConfiguration() |
Map<String,Object> |
getDebugConfiguration() |
MemberEntry |
getMember() |
Map<String,String> |
getMetadata() |
void |
setConfiguration(Map<String,String> configuration) |
void |
setDebugConfiguration(Map<String,Object> debugConfiguration) |
void |
setMember(MemberEntry member) |
void |
setMetadata(Map<String,String> metadata) |
public void setConfiguration(Map<String,String> configuration)
configuration
- The configurationpublic Map<String,Object> getDebugConfiguration()
public void setDebugConfiguration(Map<String,Object> debugConfiguration)
debugConfiguration
- Debug configurationpublic MemberEntry getMember()
MemberEntry
describing this agentpublic void setMember(MemberEntry member)
member
- A MemberEntry