public class Reference extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Reference() | 
| Reference(Reference 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 | getTranslation()Get 译文 | 
| String | getType()Get 翻译文本类型,枚举"sentence"表示句子, "term"表示术语 | 
| void | setText(String Text)Set 原文 | 
| void | setTranslation(String Translation)Set 译文 | 
| void | setType(String Type)Set 翻译文本类型,枚举"sentence"表示句子, "term"表示术语 | 
| 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 Reference()
public Reference(Reference source)
public String getType()
public void setType(String Type)
Type - 翻译文本类型,枚举"sentence"表示句子, "term"表示术语public String getText()
public void setText(String Text)
Text - 原文public String getTranslation()
public void setTranslation(String Translation)
Translation - 译文Copyright © 2025. All rights reserved.