public class PropertyBag extends Object
| Constructor and Description |
|---|
PropertyBag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Set<String> |
getTags()
A set of distinct strings that provide additional information.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setTags(Set<String> tags)
A set of distinct strings that provide additional information.
|
String |
toString() |
PropertyBag |
withAdditionalProperty(String name,
Object value) |
PropertyBag |
withTags(Set<String> tags) |
public void setTags(Set<String> tags)
public PropertyBag withTags(Set<String> tags)
public PropertyBag withAdditionalProperty(String name, Object value)
Copyright © 2020 Contrast Security. All rights reserved.