![JAR search and dependency download from the Maven repository](/logo.png)
ksyun.client.waf.createipv6protection.v20200707.CreateIpv6ProtectionResponse Maven / Gradle / Ivy
package ksyun.client.waf.createipv6protection.v20200707;
import com.fasterxml.jackson.annotation.JsonProperty;
import common.BaseResponseModel;
import lombok.Data;
import lombok.ToString;
import java.util.Set;
/**
* @Classname CreateIpv6ProtectionResponse
* @Description CreateIpv6Protection 返回体
*/
@Data
@ToString
public class CreateIpv6ProtectionResponse extends BaseResponseModel {
/**
* 请求id
*/
@JsonProperty("RequestId")
private String requestId;
//返回结果,需要按需扩展
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy