public class TagForListClustersOutput extends Object
| Constructor and Description |
|---|
TagForListClustersOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
Get key
|
String |
getType()
Get type
|
String |
getValue()
Get value
|
int |
hashCode() |
TagForListClustersOutput |
key(String key) |
void |
setKey(String key) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
TagForListClustersOutput |
type(String type) |
TagForListClustersOutput |
value(String value) |
public TagForListClustersOutput key(String key)
public String getKey()
public void setKey(String key)
public TagForListClustersOutput type(String type)
public String getType()
public void setType(String type)
public TagForListClustersOutput value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2024. All rights reserved.