Class KongServicePreview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.KongServicePreview
-
public class KongServicePreview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KongServicePreview()KongServicePreview(KongServicePreview 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,表示取不到有效值。BooleangetEditable()Get 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。StringgetID()Get 服务ID 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 服务名字 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 请求路径 注意:此字段可能返回 null,表示取不到有效值。String[]getTags()Get 标签 注意:此字段可能返回 null,表示取不到有效值。KongUpstreamInfogetUpstreamInfo()Get 后端配置 注意:此字段可能返回 null,表示取不到有效值。StringgetUpstreamType()Get 后端类型 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetEditable(Boolean Editable)Set 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。voidsetID(String ID)Set 服务ID 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 服务名字 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 请求路径 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(String[] Tags)Set 标签 注意:此字段可能返回 null,表示取不到有效值。voidsetUpstreamInfo(KongUpstreamInfo UpstreamInfo)Set 后端配置 注意:此字段可能返回 null,表示取不到有效值。voidsetUpstreamType(String UpstreamType)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
-
KongServicePreview
public KongServicePreview()
-
KongServicePreview
public KongServicePreview(KongServicePreview 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,表示取不到有效值。
-
getTags
public String[] getTags()
Get 标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags 标签 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(String[] Tags)
Set 标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags- 标签 注意:此字段可能返回 null,表示取不到有效值。
-
getUpstreamInfo
public KongUpstreamInfo getUpstreamInfo()
Get 后端配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpstreamInfo 后端配置 注意:此字段可能返回 null,表示取不到有效值。
-
setUpstreamInfo
public void setUpstreamInfo(KongUpstreamInfo UpstreamInfo)
Set 后端配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpstreamInfo- 后端配置 注意:此字段可能返回 null,表示取不到有效值。
-
getUpstreamType
public String getUpstreamType()
Get 后端类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpstreamType 后端类型 注意:此字段可能返回 null,表示取不到有效值。
-
setUpstreamType
public void setUpstreamType(String UpstreamType)
Set 后端类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpstreamType- 后端类型 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getEditable
public Boolean getEditable()
Get 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Editable 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。
-
setEditable
public void setEditable(Boolean Editable)
Set 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Editable- 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get 请求路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 请求路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 请求路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 请求路径 注意:此字段可能返回 null,表示取不到有效值。
-
-