Class InvalidSample
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.InvalidSample
-
public class InvalidSample extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InvalidSample()InvalidSample(InvalidSample 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 关键词 注意:此字段可能返回 null,表示取不到有效值。LonggetInvalidCode()Get 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。StringgetInvalidMessage()Get 无效描述 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 关键词 注意:此字段可能返回 null,表示取不到有效值。voidsetInvalidCode(Long InvalidCode)Set 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。voidsetInvalidMessage(String InvalidMessage)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
-
InvalidSample
public InvalidSample()
-
InvalidSample
public InvalidSample(InvalidSample 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
-
getContent
public String getContent()
Get 关键词 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 关键词 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 关键词 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 关键词 注意:此字段可能返回 null,表示取不到有效值。
-
getInvalidCode
public Long getInvalidCode()
Get 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InvalidCode 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。
-
setInvalidCode
public void setInvalidCode(Long InvalidCode)
Set 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InvalidCode- 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长 注意:此字段可能返回 null,表示取不到有效值。
-
getInvalidMessage
public String getInvalidMessage()
Get 无效描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InvalidMessage 无效描述 注意:此字段可能返回 null,表示取不到有效值。
-
setInvalidMessage
public void setInvalidMessage(String InvalidMessage)
Set 无效描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InvalidMessage- 无效描述 注意:此字段可能返回 null,表示取不到有效值。
-
-