public class ConfiguredObjectRecordImpl extends Object implements ConfiguredObjectRecord
Constructor and Description |
---|
ConfiguredObjectRecordImpl(ConfiguredObjectRecord record) |
ConfiguredObjectRecordImpl(UUID id,
String type,
Map<String,Object> attributes) |
ConfiguredObjectRecordImpl(UUID id,
String type,
Map<String,Object> attributes,
Map<String,UUID> parents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes() |
UUID |
getId() |
Map<String,UUID> |
getParents() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public ConfiguredObjectRecordImpl(ConfiguredObjectRecord record)
public ConfiguredObjectRecordImpl(UUID id, String type, Map<String,Object> attributes)
public UUID getId()
getId
in interface ConfiguredObjectRecord
public String getType()
getType
in interface ConfiguredObjectRecord
public Map<String,Object> getAttributes()
getAttributes
in interface ConfiguredObjectRecord
public Map<String,UUID> getParents()
getParents
in interface ConfiguredObjectRecord
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.