public class K8SLabel extends AbstractModel
header, skipSign| 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 label的名称 | 
| String | getValue()Get label的值 | 
| void | setKey(String Key)Set label的名称 | 
| void | setValue(String Value)Set label的值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic K8SLabel()
public K8SLabel(K8SLabel source)
public String getKey()
public void setKey(String Key)
Key - label的名称public String getValue()
public void setValue(String Value)
Value - label的值Copyright © 2025. All rights reserved.