public class Attribute extends Object
| Constructor and Description |
|---|
Attribute(Key key,
Value value) |
Attribute(Key key,
Value value,
AttributeType type) |
Attribute(String key,
String value) |
Attribute(String key,
String value,
AttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Key |
getKey() |
AttributeType |
getType() |
Value |
getValue() |
int |
hashCode() |
String |
toString() |
public Attribute(Key key, Value value, AttributeType type)
public Attribute(String key, String value, AttributeType type)
public Key getKey()
public Value getValue()
public AttributeType getType()
Copyright © 2015–2020 Red Hat. All rights reserved.