public class CustomAttribute extends Object
Constructor and Description |
---|
CustomAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
CustomAttribute |
withKey(String key) |
CustomAttribute |
withValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public CustomAttribute withKey(String key)
public CustomAttribute withValue(String value)
Copyright © 2019. All rights reserved.