Class ExportAssetWebServiceInfoListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportAssetWebServiceInfoListRequest
-
public class ExportAssetWebServiceInfoListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportAssetWebServiceInfoListRequest()ExportAssetWebServiceInfoListRequest(ExportAssetWebServiceInfoListRequest 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 StringgetBy()Get 可选排序:[FirstTime|ProcessCount]AssetFilters[]getFilters()Get 过滤条件。 User- string - 是否必填:否 - 运行用户 Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine OsType- string - 是否必填:否 - Windows/linuxStringgetOrder()Get 排序方式,asc升序 或 desc降序StringgetQuuid()Get 查询指定Quuid主机的信息voidsetBy(String By)Set 可选排序:[FirstTime|ProcessCount]voidsetFilters(AssetFilters[] Filters)Set 过滤条件。 User- string - 是否必填:否 - 运行用户 Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine OsType- string - 是否必填:否 - Windows/linuxvoidsetOrder(String Order)Set 排序方式,asc升序 或 desc降序voidsetQuuid(String Quuid)Set 查询指定Quuid主机的信息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
-
ExportAssetWebServiceInfoListRequest
public ExportAssetWebServiceInfoListRequest()
-
ExportAssetWebServiceInfoListRequest
public ExportAssetWebServiceInfoListRequest(ExportAssetWebServiceInfoListRequest 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
-
getQuuid
public String getQuuid()
Get 查询指定Quuid主机的信息- Returns:
- Quuid 查询指定Quuid主机的信息
-
setQuuid
public void setQuuid(String Quuid)
Set 查询指定Quuid主机的信息- Parameters:
Quuid- 查询指定Quuid主机的信息
-
getFilters
public AssetFilters[] getFilters()
Get 过滤条件。- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Returns:
- Filters 过滤条件。
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
-
setFilters
public void setFilters(AssetFilters[] Filters)
Set 过滤条件。- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Parameters:
Filters- 过滤条件。- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
-
getOrder
public String getOrder()
Get 排序方式,asc升序 或 desc降序- Returns:
- Order 排序方式,asc升序 或 desc降序
-
setOrder
public void setOrder(String Order)
Set 排序方式,asc升序 或 desc降序- Parameters:
Order- 排序方式,asc升序 或 desc降序
-
getBy
public String getBy()
Get 可选排序:[FirstTime|ProcessCount]- Returns:
- By 可选排序:[FirstTime|ProcessCount]
-
setBy
public void setBy(String By)
Set 可选排序:[FirstTime|ProcessCount]- Parameters:
By- 可选排序:[FirstTime|ProcessCount]
-
-