public class Group extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Group() | 
| Group(Group 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 | getContent()Get 普通文本。       
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getContentType()Get 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。 | 
| String | getUrl()Get 返回内容以链接形式提供。        
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContent(String Content)Set 普通文本。       
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContentType(String ContentType)Set 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。 | 
| void | setUrl(String Url)Set 返回内容以链接形式提供。        
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 Group()
public Group(Group source)
public String getContentType()
public void setContentType(String ContentType)
ContentType - 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。public String getUrl()
public void setUrl(String Url)
Url - 返回内容以链接形式提供。    
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content - 普通文本。   
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.