Class TCBEnvironment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.TCBEnvironment
-
public class TCBEnvironment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TCBEnvironment()
TCBEnvironment(TCBEnvironment 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 String
getID()
Get 唯一ID 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。String
getSource()
Get 来源 注意:此字段可能返回 null,表示取不到有效值。String
getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。void
setID(String ID)
Set 唯一ID 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。void
setSource(String Source)
Set 来源 注意:此字段可能返回 null,表示取不到有效值。void
setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
TCBEnvironment
public TCBEnvironment()
-
TCBEnvironment
public TCBEnvironment(TCBEnvironment 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
-
getID
public String getID()
Get 唯一ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ID 唯一ID 注意:此字段可能返回 null,表示取不到有效值。
-
setID
public void setID(String ID)
Set 唯一ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ID
- 唯一ID 注意:此字段可能返回 null,表示取不到有效值。
-
getSource
public String getSource()
Get 来源 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Source 来源 注意:此字段可能返回 null,表示取不到有效值。
-
setSource
public void setSource(String Source)
Set 来源 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Source
- 来源 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- 状态 注意:此字段可能返回 null,表示取不到有效值。
-
-