public class K8sLabel extends AbstractModel
Constructor and Description |
---|
K8sLabel() |
K8sLabel(K8sLabel source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get Key of the label
|
String |
getValue()
Get Value of the label
|
void |
setKey(String Key)
Set Key of the label
|
void |
setValue(String Value)
Set Value of the label
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public K8sLabel()
public K8sLabel(K8sLabel source)
public String getKey()
public void setKey(String Key)
Key
- Key of the labelpublic String getValue()
public void setValue(String Value)
Value
- Value of the labelCopyright © 2023. All rights reserved.