public class InfoItem extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
InfoItem()
No args constructor for use in serialization
|
InfoItem(String name,
String type,
String value,
InfoItemSource valueFrom) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getType() |
String |
getValue() |
InfoItemSource |
getValueFrom() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setValueFrom(InfoItemSource valueFrom) |
public InfoItem()
public InfoItem(String name, String type, String value, InfoItemSource valueFrom)
name - type - value - valueFrom - public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public InfoItemSource getValueFrom()
public void setValueFrom(InfoItemSource valueFrom)
Copyright © 2015–2023 Red Hat. All rights reserved.