Class AvailableApiInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.AvailableApiInfo
-
public class AvailableApiInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AvailableApiInfo()AvailableApiInfo(AvailableApiInfo 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 StringgetApiId()Get API ID。StringgetApiName()Get API名称。StringgetApiType()Get API类型。BooleangetAttachedOtherPlugin()Get API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsAttached()Get API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。StringgetMethod()Get API方法。StringgetPath()Get API路径。voidsetApiId(String ApiId)Set API ID。voidsetApiName(String ApiName)Set API名称。voidsetApiType(String ApiType)Set API类型。voidsetAttachedOtherPlugin(Boolean AttachedOtherPlugin)Set API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。voidsetIsAttached(Boolean IsAttached)Set API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。voidsetMethod(String Method)Set API方法。voidsetPath(String Path)Set API路径。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
-
AvailableApiInfo
public AvailableApiInfo()
-
AvailableApiInfo
public AvailableApiInfo(AvailableApiInfo 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
-
getApiId
public String getApiId()
Get API ID。- Returns:
- ApiId API ID。
-
setApiId
public void setApiId(String ApiId)
Set API ID。- Parameters:
ApiId- API ID。
-
getApiName
public String getApiName()
Get API名称。- Returns:
- ApiName API名称。
-
setApiName
public void setApiName(String ApiName)
Set API名称。- Parameters:
ApiName- API名称。
-
getApiType
public String getApiType()
Get API类型。- Returns:
- ApiType API类型。
-
setApiType
public void setApiType(String ApiType)
Set API类型。- Parameters:
ApiType- API类型。
-
getPath
public String getPath()
Get API路径。- Returns:
- Path API路径。
-
setPath
public void setPath(String Path)
Set API路径。- Parameters:
Path- API路径。
-
getMethod
public String getMethod()
Get API方法。- Returns:
- Method API方法。
-
setMethod
public void setMethod(String Method)
Set API方法。- Parameters:
Method- API方法。
-
getAttachedOtherPlugin
public Boolean getAttachedOtherPlugin()
Get API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachedOtherPlugin API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachedOtherPlugin
public void setAttachedOtherPlugin(Boolean AttachedOtherPlugin)
Set API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachedOtherPlugin- API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
-
getIsAttached
public Boolean getIsAttached()
Get API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsAttached API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。
-
setIsAttached
public void setIsAttached(Boolean IsAttached)
Set API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsAttached- API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。
-
-