Class GatewayPlugin
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.GatewayPlugin
-
public class GatewayPlugin extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GatewayPlugin()GatewayPlugin(GatewayPlugin 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 StringgetCreatedTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 插件描述 注意:此字段可能返回 null,表示取不到有效值。StringgetId()Get 网关插件id 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 插件名称 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 发布状态 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 插件类型 注意:此字段可能返回 null,表示取不到有效值。StringgetUpdatedTime()Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 插件描述 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set 网关插件id 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 插件名称 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 发布状态 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 插件类型 注意:此字段可能返回 null,表示取不到有效值。voidsetUpdatedTime(String UpdatedTime)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
-
GatewayPlugin
public GatewayPlugin()
-
GatewayPlugin
public GatewayPlugin(GatewayPlugin 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,表示取不到有效值。
-
getName
public String getName()
Get 插件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 插件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 插件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 插件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 插件类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 插件类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 插件类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 插件类型 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 插件描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 插件描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 插件描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 插件描述 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdatedTime
public String getUpdatedTime()
Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdatedTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdatedTime
public void setUpdatedTime(String UpdatedTime)
Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdatedTime- 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 发布状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 发布状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 发布状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 发布状态 注意:此字段可能返回 null,表示取不到有效值。
-
-