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

com.alipay.api.response.AlipayCloudCloudbaseAntifloodBarrierGetResponse Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.cloud.cloudbase.antiflood.barrier.get response.
 * 
 * @author auto create
 * @since 1.0, 2024-11-22 14:41:26
 */
public class AlipayCloudCloudbaseAntifloodBarrierGetResponse extends AlipayResponse {

	private static final long serialVersionUID = 6457978857846239483L;

	/** 
	 * 封禁时长(秒) [60, 3*86400]
	 */
	@ApiField("ban_duration")
	private Long banDuration;

	/** 
	 * 创建时间
	 */
	@ApiField("gmt_create")
	private String gmtCreate;

	/** 
	 * 修改时间
	 */
	@ApiField("gmt_modified")
	private String gmtModified;

	/** 
	 * 请求量上限 [100, 1000000000]
	 */
	@ApiField("request_limit")
	private Long requestLimit;

	/** 
	 * 时间窗口(秒) [60, 86400]
	 */
	@ApiField("time_window")
	private Long timeWindow;

	public void setBanDuration(Long banDuration) {
		this.banDuration = banDuration;
	}
	public Long getBanDuration( ) {
		return this.banDuration;
	}

	public void setGmtCreate(String gmtCreate) {
		this.gmtCreate = gmtCreate;
	}
	public String getGmtCreate( ) {
		return this.gmtCreate;
	}

	public void setGmtModified(String gmtModified) {
		this.gmtModified = gmtModified;
	}
	public String getGmtModified( ) {
		return this.gmtModified;
	}

	public void setRequestLimit(Long requestLimit) {
		this.requestLimit = requestLimit;
	}
	public Long getRequestLimit( ) {
		return this.requestLimit;
	}

	public void setTimeWindow(Long timeWindow) {
		this.timeWindow = timeWindow;
	}
	public Long getTimeWindow( ) {
		return this.timeWindow;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy