Class BaselineDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineDetail
-
public class BaselineDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BaselineDetail()BaselineDetail(BaselineDetail 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 StringgetDescription()Get 基线描述 注意:此字段可能返回 null,表示取不到有效值。LonggetLevel()Get 危害等级 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 基线名 注意:此字段可能返回 null,表示取不到有效值。StringgetPackageName()Get package名 注意:此字段可能返回 null,表示取不到有效值。LonggetParentId()Get 父级id 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 基线描述 注意:此字段可能返回 null,表示取不到有效值。voidsetLevel(Long Level)Set 危害等级 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 基线名 注意:此字段可能返回 null,表示取不到有效值。voidsetPackageName(String PackageName)Set package名 注意:此字段可能返回 null,表示取不到有效值。voidsetParentId(Long ParentId)Set 父级id 注意:此字段可能返回 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
-
BaselineDetail
public BaselineDetail()
-
BaselineDetail
public BaselineDetail(BaselineDetail 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
-
getDescription
public String getDescription()
Get 基线描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 基线描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 基线描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 基线描述 注意:此字段可能返回 null,表示取不到有效值。
-
getLevel
public Long getLevel()
Get 危害等级 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Level 危害等级 注意:此字段可能返回 null,表示取不到有效值。
-
setLevel
public void setLevel(Long Level)
Set 危害等级 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Level- 危害等级 注意:此字段可能返回 null,表示取不到有效值。
-
getPackageName
public String getPackageName()
Get package名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PackageName package名 注意:此字段可能返回 null,表示取不到有效值。
-
setPackageName
public void setPackageName(String PackageName)
Set package名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PackageName- package名 注意:此字段可能返回 null,表示取不到有效值。
-
getParentId
public Long getParentId()
Get 父级id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParentId 父级id 注意:此字段可能返回 null,表示取不到有效值。
-
setParentId
public void setParentId(Long ParentId)
Set 父级id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParentId- 父级id 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 基线名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 基线名 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 基线名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 基线名 注意:此字段可能返回 null,表示取不到有效值。
-
-