public class DiagCertItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DiagCertItem() | 
| DiagCertItem(DiagCertItem 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 | getText()Get 文本 | 
| String | getType()Get 类型 | 
| String[] | getValue()Get 值 | 
| void | setText(String Text)Set 文本 | 
| void | setType(String Type)Set 类型 | 
| void | setValue(String[] Value)Set 值 | 
| 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 DiagCertItem()
public DiagCertItem(DiagCertItem source)
public String getText()
public void setText(String Text)
Text - 文本public String getType()
public void setType(String Type)
Type - 类型public String[] getValue()
public void setValue(String[] Value)
Value - 值Copyright © 2025. All rights reserved.