Class Group
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbp.v20190627.models.Group
-
public class Group extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 普通文本。 注意:此字段可能返回 null,表示取不到有效值。StringgetContentType()Get 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。StringgetUrl()Get 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 普通文本。 注意:此字段可能返回 null,表示取不到有效值。voidsetContentType(String ContentType)Set 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。voidsetUrl(String Url)Set 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Group
public Group()
-
Group
public 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.
-
-
Method Detail
-
getContentType
public String getContentType()
Get 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。- Returns:
- ContentType 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。
-
setContentType
public void setContentType(String ContentType)
Set 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。- Parameters:
ContentType- 消息类型参考互联网MIME类型标准,当前仅支持"text/plain"。
-
getUrl
public String getUrl()
Get 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Url 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。
-
setUrl
public void setUrl(String Url)
Set 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Url- 返回内容以链接形式提供。 注意:此字段可能返回 null,表示取不到有效值。
-
getContent
public String getContent()
Get 普通文本。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 普通文本。 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 普通文本。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 普通文本。 注意:此字段可能返回 null,表示取不到有效值。
-
-