cn.com.antcloud.api.riskplus.v1_0.model.SecurityScene Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antcloud-api-riskplus Show documentation
Show all versions of antcloud-api-riskplus Show documentation
Ant Chain API SDK For Java
Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package cn.com.antcloud.api.riskplus.v1_0.model;
import java.lang.String;
/**
* 安全场景参数 */
public class SecurityScene {
private String accessChannel;
private String ctuParams;
private String productName;
private String productNode;
private String securitySceneParams;
private String systemName;
private String totalFee;
/**
* 接入渠道 */
public String getAccessChannel() {
return this.accessChannel;
}
/**
* 接入渠道 */
public void setAccessChannel(String accessChannel) {
this.accessChannel = accessChannel;
}
/**
* 事件信息 */
public String getCtuParams() {
return this.ctuParams;
}
/**
* 事件信息 */
public void setCtuParams(String ctuParams) {
this.ctuParams = ctuParams;
}
/**
* 产品名称 */
public String getProductName() {
return this.productName;
}
/**
* 产品名称 */
public void setProductName(String productName) {
this.productName = productName;
}
/**
* 产品节点 */
public String getProductNode() {
return this.productNode;
}
/**
* 产品节点 */
public void setProductNode(String productNode) {
this.productNode = productNode;
}
/**
* 扩展参数 */
public String getSecuritySceneParams() {
return this.securitySceneParams;
}
/**
* 扩展参数 */
public void setSecuritySceneParams(String securitySceneParams) {
this.securitySceneParams = securitySceneParams;
}
/**
* 系统名称 */
public String getSystemName() {
return this.systemName;
}
/**
* 系统名称 */
public void setSystemName(String systemName) {
this.systemName = systemName;
}
/**
* 总金额 */
public String getTotalFee() {
return this.totalFee;
}
/**
* 总金额 */
public void setTotalFee(String totalFee) {
this.totalFee = totalFee;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy