public class KongServicePreview extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedTime()Get 创建时间 | 
| Boolean | getEditable()Get 是否可编辑 | 
| String | getID()Get 服务ID | 
| String | getName()Get 服务名字 | 
| String | getPath()Get 请求路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| String[] | getTags()Get 标签 | 
| KongUpstreamInfo | getUpstreamInfo()Get 后端配置 | 
| String | getUpstreamType()Get 后端类型 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间 | 
| void | setEditable(Boolean Editable)Set 是否可编辑 | 
| void | setID(String ID)Set 服务ID | 
| void | setName(String Name)Set 服务名字 | 
| void | setPath(String Path)Set 请求路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTags(String[] Tags)Set 标签 | 
| void | setUpstreamInfo(KongUpstreamInfo UpstreamInfo)Set 后端配置 | 
| void | setUpstreamType(String UpstreamType)Set 后端类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic KongServicePreview()
public KongServicePreview(KongServicePreview source)
public String getID()
public void setID(String ID)
ID - 服务IDpublic String getName()
public void setName(String Name)
Name - 服务名字public String[] getTags()
public void setTags(String[] Tags)
Tags - 标签public KongUpstreamInfo getUpstreamInfo()
public void setUpstreamInfo(KongUpstreamInfo UpstreamInfo)
UpstreamInfo - 后端配置public String getUpstreamType()
public void setUpstreamType(String UpstreamType)
UpstreamType - 后端类型public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间public Boolean getEditable()
public void setEditable(Boolean Editable)
Editable - 是否可编辑public String getPath()
public void setPath(String Path)
Path - 请求路径
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.