Class KongServiceDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.KongServiceDetail
-
public class KongServiceDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KongServiceDetail()KongServiceDetail(KongServiceDetail 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,表示取不到有效值。StringgetProtocol()Get 后端协议 注意:此字段可能返回 null,表示取不到有效值。LonggetRetries()Get 重试次数 注意:此字段可能返回 null,表示取不到有效值。String[]getTags()Get 标签 注意:此字段可能返回 null,表示取不到有效值。LonggetTimeout()Get 后端延时,单位ms 注意:此字段可能返回 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,表示取不到有效值。voidsetProtocol(String Protocol)Set 后端协议 注意:此字段可能返回 null,表示取不到有效值。voidsetRetries(Long Retries)Set 重试次数 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(String[] Tags)Set 标签 注意:此字段可能返回 null,表示取不到有效值。voidsetTimeout(Long Timeout)Set 后端延时,单位ms 注意:此字段可能返回 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
-
KongServiceDetail
public KongServiceDetail()
-
KongServiceDetail
public KongServiceDetail(KongServiceDetail 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,表示取不到有效值。
-
getProtocol
public String getProtocol()
Get 后端协议 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Protocol 后端协议 注意:此字段可能返回 null,表示取不到有效值。
-
setProtocol
public void setProtocol(String Protocol)
Set 后端协议 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Protocol- 后端协议 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get 后端路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 后端路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 后端路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 后端路径 注意:此字段可能返回 null,表示取不到有效值。
-
getTimeout
public Long getTimeout()
Get 后端延时,单位ms 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Timeout 后端延时,单位ms 注意:此字段可能返回 null,表示取不到有效值。
-
setTimeout
public void setTimeout(Long Timeout)
Set 后端延时,单位ms 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Timeout- 后端延时,单位ms 注意:此字段可能返回 null,表示取不到有效值。
-
getRetries
public Long getRetries()
Get 重试次数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Retries 重试次数 注意:此字段可能返回 null,表示取不到有效值。
-
setRetries
public void setRetries(Long Retries)
Set 重试次数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Retries- 重试次数 注意:此字段可能返回 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,表示取不到有效值。
-
getEditable
public Boolean getEditable()
Get 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Editable 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。
-
setEditable
public void setEditable(Boolean Editable)
Set 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Editable- 是否可编辑 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
-