All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.sdk.service.waf_openapi20211001.models.DescribeSensitiveOutboundStatisticRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.waf_openapi20211001.models;

import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;

/**
 * 
 * {@link DescribeSensitiveOutboundStatisticRequest} extends {@link RequestModel}
 *
 * 

DescribeSensitiveOutboundStatisticRequest

*/ public class DescribeSensitiveOutboundStatisticRequest extends Request { @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("ClusterId") private String clusterId; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("DetectionResult") private String detectionResult; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("EndTime") private Long endTime; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("InstanceId") @com.aliyun.core.annotation.Validation(required = true) private String instanceId; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("OrderKey") private String orderKey; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("OrderWay") private String orderWay; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("PageNumber") private Long pageNumber; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("PageSize") @com.aliyun.core.annotation.Validation(maximum = 25, minimum = 1) private Long pageSize; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("RegionId") private String regionId; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("ResourceManagerResourceGroupId") private String resourceManagerResourceGroupId; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("SensitiveCode") private String sensitiveCode; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("SensitiveLevel") private String sensitiveLevel; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("SensitiveType") private String sensitiveType; @com.aliyun.core.annotation.Query @com.aliyun.core.annotation.NameInMap("StartTime") private Long startTime; private DescribeSensitiveOutboundStatisticRequest(Builder builder) { super(builder); this.clusterId = builder.clusterId; this.detectionResult = builder.detectionResult; this.endTime = builder.endTime; this.instanceId = builder.instanceId; this.orderKey = builder.orderKey; this.orderWay = builder.orderWay; this.pageNumber = builder.pageNumber; this.pageSize = builder.pageSize; this.regionId = builder.regionId; this.resourceManagerResourceGroupId = builder.resourceManagerResourceGroupId; this.sensitiveCode = builder.sensitiveCode; this.sensitiveLevel = builder.sensitiveLevel; this.sensitiveType = builder.sensitiveType; this.startTime = builder.startTime; } public static Builder builder() { return new Builder(); } public static DescribeSensitiveOutboundStatisticRequest create() { return builder().build(); } @Override public Builder toBuilder() { return new Builder(this); } /** * @return clusterId */ public String getClusterId() { return this.clusterId; } /** * @return detectionResult */ public String getDetectionResult() { return this.detectionResult; } /** * @return endTime */ public Long getEndTime() { return this.endTime; } /** * @return instanceId */ public String getInstanceId() { return this.instanceId; } /** * @return orderKey */ public String getOrderKey() { return this.orderKey; } /** * @return orderWay */ public String getOrderWay() { return this.orderWay; } /** * @return pageNumber */ public Long getPageNumber() { return this.pageNumber; } /** * @return pageSize */ public Long getPageSize() { return this.pageSize; } /** * @return regionId */ public String getRegionId() { return this.regionId; } /** * @return resourceManagerResourceGroupId */ public String getResourceManagerResourceGroupId() { return this.resourceManagerResourceGroupId; } /** * @return sensitiveCode */ public String getSensitiveCode() { return this.sensitiveCode; } /** * @return sensitiveLevel */ public String getSensitiveLevel() { return this.sensitiveLevel; } /** * @return sensitiveType */ public String getSensitiveType() { return this.sensitiveType; } /** * @return startTime */ public Long getStartTime() { return this.startTime; } public static final class Builder extends Request.Builder { private String clusterId; private String detectionResult; private Long endTime; private String instanceId; private String orderKey; private String orderWay; private Long pageNumber; private Long pageSize; private String regionId; private String resourceManagerResourceGroupId; private String sensitiveCode; private String sensitiveLevel; private String sensitiveType; private Long startTime; private Builder() { super(); } private Builder(DescribeSensitiveOutboundStatisticRequest request) { super(request); this.clusterId = request.clusterId; this.detectionResult = request.detectionResult; this.endTime = request.endTime; this.instanceId = request.instanceId; this.orderKey = request.orderKey; this.orderWay = request.orderWay; this.pageNumber = request.pageNumber; this.pageSize = request.pageSize; this.regionId = request.regionId; this.resourceManagerResourceGroupId = request.resourceManagerResourceGroupId; this.sensitiveCode = request.sensitiveCode; this.sensitiveLevel = request.sensitiveLevel; this.sensitiveType = request.sensitiveType; this.startTime = request.startTime; } /** *

The ID of the hybrid cloud cluster.

*
*

For hybrid cloud scenarios only, you can call the DescribeHybridCloudClusters operation to query the hybrid cloud clusters.

*
* * example: *

428

*/ public Builder clusterId(String clusterId) { this.putQueryParameter("ClusterId", clusterId); this.clusterId = clusterId; return this; } /** *

The evaluation result. Valid values:

*
    *
  • report: Risks exist in cross-border data transfer.
  • *
  • none: No risks exist in cross-border data transfer.
  • *
* * example: *

report

*/ public Builder detectionResult(String detectionResult) { this.putQueryParameter("DetectionResult", detectionResult); this.detectionResult = detectionResult; return this; } /** *

The end of the time range to query. The value is a UNIX timestamp displayed in UTC. Unit: seconds.

*
*

You can query only data of the previous month, previous 3 months, previous 6 months, previous 12 months, and data generated since January 1 of last year for compliance check. You must specify a valid time range.

*
* * example: *

1725966000

*/ public Builder endTime(Long endTime) { this.putQueryParameter("EndTime", endTime); this.endTime = endTime; return this; } /** *

The ID of the WAF instance.

*
*

You can call the DescribeInstance operation to query the ID of the WAF instance.

*
*

This parameter is required.

* * example: *

waf-cn-0xldbqt****

*/ public Builder instanceId(String instanceId) { this.putQueryParameter("InstanceId", instanceId); this.instanceId = instanceId; return this; } /** *

The name of the sorting field. Valid values:

*
    *
  • total_count (default): total number of data entries
  • *
  • outbound_count: total number of data entries that are transferred across borders
  • *
* * example: *

total_count

*/ public Builder orderKey(String orderKey) { this.putQueryParameter("OrderKey", orderKey); this.orderKey = orderKey; return this; } /** *

The sorting method. Valid values:

*
    *
  • desc (default): in descending order
  • *
  • asc: in ascending order
  • *
* * example: *

desc

*/ public Builder orderWay(String orderWay) { this.putQueryParameter("OrderWay", orderWay); this.orderWay = orderWay; return this; } /** *

The page number. Default value: 1.

* * example: *

1

*/ public Builder pageNumber(Long pageNumber) { this.putQueryParameter("PageNumber", pageNumber); this.pageNumber = pageNumber; return this; } /** *

The number of entries per page. Default value: 10.

* * example: *

10

*/ public Builder pageSize(Long pageSize) { this.putQueryParameter("PageSize", pageSize); this.pageSize = pageSize; return this; } /** *

The region in which the Web Application Firewall (WAF) instance is deployed. Valid values:

*
    *
  • cn-hangzhou: Chinese mainland
  • *
  • ap-southeast-1: outside the Chinese mainland
  • *
* * example: *

cn-hangzhou

*/ public Builder regionId(String regionId) { this.putQueryParameter("RegionId", regionId); this.regionId = regionId; return this; } /** *

The ID of the Alibaba Cloud resource group.

* * example: *

rg-acfm***q

*/ public Builder resourceManagerResourceGroupId(String resourceManagerResourceGroupId) { this.putQueryParameter("ResourceManagerResourceGroupId", resourceManagerResourceGroupId); this.resourceManagerResourceGroupId = resourceManagerResourceGroupId; return this; } /** *

The type of the sensitive data. Separate multiple types with commas (,).

*
*

You can call the DescribeApisecRules operation to query the supported types of sensitive data. Only built-in types of sensitive data are supported for this operation.

*
* * example: *

1000,1001

*/ public Builder sensitiveCode(String sensitiveCode) { this.putQueryParameter("SensitiveCode", sensitiveCode); this.sensitiveCode = sensitiveCode; return this; } /** *

The sensitivity level. Valid values:

*
    *
  • high
  • *
  • medium
  • *
  • low
  • *
* * example: *

high

*/ public Builder sensitiveLevel(String sensitiveLevel) { this.putQueryParameter("SensitiveLevel", sensitiveLevel); this.sensitiveLevel = sensitiveLevel; return this; } /** *

The type of the information. Valid values:

*
    *
  • info (default): full personal information
  • *
  • sensitive: sensitive personal information
  • *
* * example: *

info

*/ public Builder sensitiveType(String sensitiveType) { this.putQueryParameter("SensitiveType", sensitiveType); this.sensitiveType = sensitiveType; return this; } /** *

The beginning of the time range to query. The value is a UNIX timestamp displayed in UTC. Unit: seconds.

*
*

You can query only data of the previous month, previous 3 months, previous 6 months, previous 12 months, and data generated since January 1 of last year for compliance check. You must specify a valid time range.

*
* * example: *

1672502400

*/ public Builder startTime(Long startTime) { this.putQueryParameter("StartTime", startTime); this.startTime = startTime; return this; } @Override public DescribeSensitiveOutboundStatisticRequest build() { return new DescribeSensitiveOutboundStatisticRequest(this); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy