public abstract class EntityWithAttributes extends Object implements Attributes
| Constructor and Description |
|---|
EntityWithAttributes(Map<String,Set<String>> attributes) |
EntityWithAttributes(com.google.common.collect.Multimap<String,String> attributes) |
public EntityWithAttributes(com.google.common.collect.Multimap<String,String> attributes)
public Set<String> getValues(String name)
getValues in interface Attributespublic String getValue(String name)
getValue in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributespublic Set<String> getKeys()
getKeys in interface AttributesCopyright © 2023 Atlassian. All rights reserved.