OCT
REM: 1. 更新到脚手架工程最新版本 2. 删除data-pom.xml配置文件 3. 更新 idea 工程配置文件 4. 增加数据库操作接口 5. 增加Dptech SOAP Apache CFX 接口类
This commit is contained in:
parent
71d2dfd33c
commit
a58a7a70ca
|
@ -7,7 +7,6 @@
|
|||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="phoenix-data" />
|
||||
<module name="phoenix-boot" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
||||
<file url="PROJECT" charset="GBK" />
|
||||
</component>
|
||||
</project>
|
|
@ -3,7 +3,6 @@
|
|||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/phoenix-boot.iml" filepath="$PROJECT_DIR$/phoenix-boot.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/phoenix-data.iml" filepath="$PROJECT_DIR$/phoenix-data.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
14
README.md
14
README.md
|
@ -100,6 +100,20 @@
|
|||
> 运维标准目录
|
||||
>> 按照公司运维标准,把tgz包放到/apprun根目录下解压后运行即可
|
||||
|
||||
> clone该工程后,需要修改phoenix-boot名字的文件如下
|
||||
|
||||
>> pom.xml
|
||||
|
||||
>> assembly.xml
|
||||
|
||||
>> bin/log_clean.sh
|
||||
|
||||
>> bin/processor_check.sh
|
||||
|
||||
>> bin/start.sh
|
||||
|
||||
>> bin/stop.sh
|
||||
|
||||
|
||||
未完待续...
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ server.tomcat.basedir=./basedir
|
|||
server.servlet.context-path=/phoenix
|
||||
|
||||
# 配置数据源
|
||||
spring.datasource.url=jdbc:mysql://172.28.72.118:33061/phoenix_local?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&useUnicode=true
|
||||
spring.datasource.url=jdbc:mysql://172.28.72.118:33061/dispose?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&useUnicode=true
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=phoenix
|
||||
spring.datasource.password=Hy@rfph32
|
||||
|
@ -38,13 +38,14 @@ server.tomcat.max-threads=128
|
|||
phoenix.system-name=phoenix framework
|
||||
#config the swagger api switch true:可访问;false:不可访问
|
||||
phoenix.swagger-switch=true
|
||||
#config which client to use in redis,jedis or redisson
|
||||
phoenix.redis.type=redisson
|
||||
#config which client to use in redis,
|
||||
#jedis or redisson-sentinel,redisson-single
|
||||
phoenix.redis.type=redisson-single
|
||||
#config redis info
|
||||
#jedis config example>redis://:dfu56li_jdo8pd@172.28.72.111:7379/0,多个用逗号分隔
|
||||
#redisson sentinel config example>redis://172.28.72.104:28379,redis://172.28.72.124:28380,redis://172.28.72.124:28381
|
||||
phoenix.redis-server=redis://172.28.72.104:28379,redis://172.28.72.124:28380,redis://172.28.72.124:28381
|
||||
#redis://172.28.72.113:7379/2
|
||||
#redisson single config example>redis://172.28.72.104:8380
|
||||
phoenix.redis-server=redis://172.28.72.104:8380
|
||||
phoenix.redis-redisson-sentinel-master-name=mymaster
|
||||
phoenix.redis-redisson-pwd=cmcc2019
|
||||
#config request dec switch,true=dec,false=plain do nothing
|
||||
|
@ -54,5 +55,8 @@ phoenix.response-enc-switch=false
|
|||
#config aes 128 key,用于上述body的加解密
|
||||
phoenix.aes-key=Wt4EJu6Rrq5udd/42bNpCQ==
|
||||
|
||||
|
||||
#威胁情报文件自动下载更新
|
||||
phoenix.threat-info-key=7d79e180a6a20d4c0b5c81d146c5b85d1715d353b50ec094f966ec525fdd9897
|
||||
phoenix.threat-info-version-url=https://tip.komect.com:9099/api/v1/search/cases/reputation
|
||||
phoenix.threat-info-download=https://tip.komect.com:9099/api/v1/resource/data/download
|
||||
#====custom config,begin with phoenix====
|
||||
|
|
278
data-pom.xml
278
data-pom.xml
|
@ -1,278 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.cmcc.hy</groupId>
|
||||
<artifactId>phoenix-boot</artifactId>
|
||||
<version>0.0.3</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<groupId>com.cmcc.hy.aq</groupId>
|
||||
<artifactId>phoenix-data</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<name>phoenix-data</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.embed</groupId>
|
||||
<artifactId>tomcat-embed-core</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-annotations-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<version>9.0.31</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-aop</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger-ui</artifactId>
|
||||
</dependency>
|
||||
<!--mysql -->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
</dependency>
|
||||
<!--mybatis -->
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-dbcp2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>oro</groupId>
|
||||
<artifactId>oro</artifactId>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
</dependency>
|
||||
<!-- 通用Mapper -->
|
||||
<dependency>
|
||||
<groupId>tk.mybatis</groupId>
|
||||
<artifactId>mapper-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 分页助手 -->
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.cmcc</groupId>
|
||||
<artifactId>enc.dec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>redis.clients</groupId>
|
||||
<artifactId>jedis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.objenesis</groupId>
|
||||
<artifactId>objenesis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-runtime</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-pool2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.powermock</groupId>
|
||||
<artifactId>powermock-api-mockito2</artifactId>
|
||||
<version>2.0.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.powermock</groupId>
|
||||
<artifactId>powermock-module-junit4</artifactId>
|
||||
<version>2.0.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
<version>3.12.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.el</groupId>
|
||||
<artifactId>javax.el-api</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.web</groupId>
|
||||
<artifactId>javax.el</artifactId>
|
||||
<version>2.2.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.axis2</groupId>
|
||||
<artifactId>axis2-adb</artifactId>
|
||||
<version>1.7.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
||||
<version>3.3.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-ws-security</artifactId>
|
||||
<version>3.3.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>phoenix-data</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- 单独将dao打出jar包,供其它组件使用 -->
|
||||
<includes>
|
||||
<include>com/cmcc/hy/phoenix/mapper/*</include>
|
||||
<include>com/cmcc/hy/phoenix/pojo/entity/*</include>
|
||||
<include>com/cmcc/hy/phoenix/manager/*</include>
|
||||
<include>com/cmcc/hy/phoenix/redis/*</include>
|
||||
<include>mappers/*</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<configuration>
|
||||
<attach>true</attach>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>compile</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>pl.project13.maven</groupId>
|
||||
<artifactId>git-commit-id-plugin</artifactId>
|
||||
<version>4.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>get-the-git-infos</id>
|
||||
<goals>
|
||||
<goal>revision</goal>
|
||||
</goals>
|
||||
<phase>initialize</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failOnNoGitDirectory>false</failOnNoGitDirectory>
|
||||
<verbose>true</verbose>
|
||||
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
|
||||
<generateGitPropertiesFile>true</generateGitPropertiesFile>
|
||||
<generateGitPropertiesFilename>${project.basedir}/src/main/resources/git.properties</generateGitPropertiesFilename>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
26
pom.xml
26
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.cmcc.hy</groupId>
|
||||
<artifactId>phoenix-boot</artifactId>
|
||||
<version>0.0.3</version>
|
||||
<version>0.0.4</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<groupId>com.cmcc.hy.aq</groupId>
|
||||
|
@ -69,6 +69,11 @@
|
|||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger-ui</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.58</version>
|
||||
</dependency>
|
||||
<!--mysql -->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
@ -194,9 +199,14 @@
|
|||
<version>2.2.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.axis2</groupId>
|
||||
<artifactId>axis2-adb</artifactId>
|
||||
<version>1.7.9</version>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
||||
<version>3.3.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-ws-security</artifactId>
|
||||
<version>3.3.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -266,6 +276,14 @@
|
|||
<descriptor>assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>pl.project13.maven</groupId>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
package com.cmcc.hy.phoenix;
|
||||
|
||||
import com.cmcc.hy.phoenix.common.ConstValue;
|
||||
import com.cmcc.hy.phoenix.dispose.DeviceRouter;
|
||||
import com.cmcc.hy.phoenix.dispose.DisposeProcess;
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
||||
|
@ -27,11 +23,12 @@ import tk.mybatis.spring.annotation.MapperScan;
|
|||
@Slf4j
|
||||
public class PhoenixBootApplication {
|
||||
|
||||
public static void main(String[] args) throws JsonProcessingException {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PhoenixBootApplication.class, args);
|
||||
log.info("\n----------------------------------------------------------\n\t"
|
||||
+ "Phoenix Application is running! Access URLs:\n\t"
|
||||
+ "swagger-ui: \thttp://ip:port/${context-path}/swagger-ui.html\n\t" + "If you set the api switch true! \n\t"
|
||||
+ "----------------------------------------------------------");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -17,8 +17,8 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
|
|||
import com.cmcc.aqb.enc.dec.AesECB;
|
||||
import com.cmcc.hy.phoenix.annotation.bodyencdec.RespEnc;
|
||||
import com.cmcc.hy.phoenix.config.MyConfig;
|
||||
import com.cmcc.hy.phoenix.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.vo.Resp;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.Resp;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
package com.cmcc.hy.phoenix.common;
|
||||
|
||||
/**
|
||||
* @author: chiwei
|
||||
* @date: 2020年4月7日 下午4:36:39
|
||||
*/
|
||||
public class GlobalVar {
|
||||
|
||||
public static volatile int MAX_THREAT_INFO_VERSION = -1;
|
||||
|
||||
public static volatile String THREAT_INFO_TYPE = "1";
|
||||
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
package com.cmcc.hy.phoenix.common;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import cn.hutool.http.Header;
|
||||
import cn.hutool.http.HttpRequest;
|
||||
|
||||
/**
|
||||
* @author: chiwei
|
||||
* @date: 2020年4月7日 下午2:05:50
|
||||
*/
|
||||
public class Http {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param url
|
||||
* @param header
|
||||
* @param body
|
||||
* @return
|
||||
*/
|
||||
public static String postJson(String url, Map<String, String> header, String body) {
|
||||
return HttpRequest.post(url).header(Header.CONTENT_TYPE, "application/json").addHeaders(header).body(body)
|
||||
.execute().body();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param url
|
||||
* @param header
|
||||
* @param body
|
||||
* @return
|
||||
*/
|
||||
public static String postForm(String url, Map<String, String> header, Map<String, Object> body) {
|
||||
//header(Header.CONTENT_TYPE, "application/x-www-form-urlencoded")
|
||||
return HttpRequest.post(url).addHeaders(header).form(body)
|
||||
.execute().body();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param url
|
||||
* @param header
|
||||
* @param body
|
||||
* @return
|
||||
*/
|
||||
public static String get(String url,Map<String, String> header) {
|
||||
return HttpRequest.get(url).addHeaders(header).execute().body();
|
||||
}
|
||||
|
||||
}
|
|
@ -26,5 +26,8 @@ public class MyConfig {
|
|||
private String aesKey;
|
||||
private String redisRedissonSentinelMasterName;
|
||||
private String redisRedissonPwd;
|
||||
private String threatInfoKey;
|
||||
private String threatInfoVersionUrl;
|
||||
private String threatInfoDownload;
|
||||
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ import javax.annotation.Resource;
|
|||
|
||||
import com.cmcc.hy.phoenix.help.GitInformation;
|
||||
import com.cmcc.hy.phoenix.pojo.dto.ProtocolDTO;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.Resp;
|
||||
import com.cmcc.hy.phoenix.vo.GetVersion;
|
||||
import com.cmcc.hy.phoenix.vo.ProtocolResp;
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
|
@ -15,9 +16,6 @@ import org.springframework.stereotype.Controller;
|
|||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import com.cmcc.hy.phoenix.annotation.bodyencdec.ReqDec;
|
||||
import com.cmcc.hy.phoenix.service.AsyncService;
|
||||
import com.cmcc.hy.phoenix.service.UserService;
|
||||
import com.cmcc.hy.phoenix.vo.Resp;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
|
@ -33,12 +31,6 @@ import lombok.extern.slf4j.Slf4j;
|
|||
@Component
|
||||
@PropertySource("classpath:git.properties")
|
||||
public class ProtocolController {
|
||||
@Resource
|
||||
private AsyncService asyncService;
|
||||
|
||||
@Resource
|
||||
private UserService userService;
|
||||
|
||||
@Resource
|
||||
private ObjectMapper objectMapper;
|
||||
|
||||
|
|
|
@ -13,10 +13,10 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|||
import com.cmcc.hy.phoenix.annotation.bodyencdec.ReqDec;
|
||||
import com.cmcc.hy.phoenix.annotation.bodyencdec.RespEnc;
|
||||
import com.cmcc.hy.phoenix.pojo.dto.MyReqDTO;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.Resp;
|
||||
import com.cmcc.hy.phoenix.service.AsyncService;
|
||||
import com.cmcc.hy.phoenix.service.UserService;
|
||||
import com.cmcc.hy.phoenix.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.vo.Resp;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
|
|
|
@ -5,7 +5,9 @@ import com.fasterxml.jackson.core.JsonProcessingException;
|
|||
public interface DisposeProcess {
|
||||
public int RunDispose(String ip);
|
||||
|
||||
public <T> T GetCleanDevices();
|
||||
public <T> T GetDetectionObjectDevices();
|
||||
|
||||
public String GetCleanDeviceJson() throws JsonProcessingException;
|
||||
public String GetDetectionDevices();
|
||||
|
||||
public String GetProtectDevices();
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@ import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor;
|
|||
import org.apache.wss4j.dom.WSConstants;
|
||||
import org.apache.wss4j.dom.handler.WSHandlerConstants;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
|
@ -24,18 +23,27 @@ public class DptechUMC implements DisposeProcess {
|
|||
}
|
||||
|
||||
@Override
|
||||
public <T> T GetCleanDevices() {
|
||||
public <T> T GetDetectionObjectDevices() {
|
||||
return (T) (cleanTypePort.getAllDetectionObjectFromUMC().getDetectionObjectDataForService());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String GetCleanDeviceJson() throws JsonProcessingException {
|
||||
public String GetDetectionObjectDeviceJson() throws JsonProcessingException {
|
||||
ArrayOfDetectionObjectDataForService typePort = cleanTypePort.getAllDetectionObjectFromUMC();
|
||||
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
return mapper.writerWithDefaultPrettyPrinter().writeValueAsString(typePort);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String GetProtectDevices() {
|
||||
return cleanTypePort.getAllProtectDevices();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String GetDetectionDevices() {
|
||||
return cleanTypePort.getAllDetectDevices();
|
||||
}
|
||||
|
||||
AbnormalFlowCleaningServicePortType cleanTypePort;
|
||||
|
||||
public DptechUMC() {
|
||||
|
|
|
@ -15,8 +15,8 @@ import org.springframework.web.bind.annotation.ControllerAdvice;
|
|||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
import com.cmcc.hy.phoenix.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.vo.Resp;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.MyResp;
|
||||
import com.cmcc.hy.phoenix.pojo.vo.Resp;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
package com.cmcc.hy.phoenix.mapper;
|
||||
|
||||
import com.cmcc.hy.phoenix.pojo.entity.DisposeDevice;
|
||||
import com.cmcc.hy.phoenix.pojo.entity.User;
|
||||
import tk.mybatis.mapper.common.IdsMapper;
|
||||
import tk.mybatis.mapper.common.Mapper;
|
||||
import tk.mybatis.mapper.common.MySqlMapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* The interface Dispose device mapper.
|
||||
*/
|
||||
public interface DisposeDeviceMapper extends Mapper<DisposeDevice>,
|
||||
IdsMapper<DisposeDevice>, MySqlMapper<DisposeDevice> {
|
||||
|
||||
/**
|
||||
* 获取所有处置设备
|
||||
*
|
||||
* @return the all
|
||||
*/
|
||||
List<DisposeDevice> getAll();
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
package com.cmcc.hy.phoenix.pojo.entity;
|
||||
|
||||
import lombok.*;
|
||||
import tk.mybatis.mapper.annotation.KeySql;
|
||||
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.Table;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* The type Dispose device.
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
@ToString
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
@Table(name = "dispose_device")
|
||||
public class DisposeDevice implements Serializable {
|
||||
/**
|
||||
* 设备唯一标识符
|
||||
*/
|
||||
@Id
|
||||
@KeySql(useGeneratedKeys = true)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 设备IPv4地址
|
||||
*/
|
||||
private String ipv4;
|
||||
|
||||
/**
|
||||
* 设备IPv6地址
|
||||
*/
|
||||
private String ipv6;
|
||||
|
||||
/**
|
||||
* 能力节点类型,0:平台,1:设备
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* The Area code.
|
||||
*/
|
||||
private Integer areaCode;
|
||||
|
||||
/**
|
||||
* 设备名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 生产厂商
|
||||
*/
|
||||
private String manufacturer;
|
||||
|
||||
/**
|
||||
* 型号
|
||||
*/
|
||||
private String model;
|
||||
|
||||
/**
|
||||
* 软件版本
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String readme;
|
||||
}
|
|
@ -32,6 +32,7 @@ public class InfoCollection implements Serializable {
|
|||
private String district;
|
||||
private String address;
|
||||
private String email;
|
||||
|
||||
private String phoneNumber;
|
||||
private String comment;
|
||||
private String productType;
|
||||
|
|
|
@ -69,15 +69,29 @@ public class MyRedisConfiguration {
|
|||
* @blog https://blog.csdn.net/unclecoco/article/details/99412915
|
||||
* @return
|
||||
*/
|
||||
@ConditionalOnProperty(prefix = "phoenix",name = "redis.type",havingValue = "redisson")
|
||||
@ConditionalOnProperty(prefix = "phoenix",name = "redis.type",havingValue = "redisson-sentinel")
|
||||
@Bean
|
||||
public RedissonClient redisson() {
|
||||
public RedissonClient redissonSentinel() {
|
||||
List<String> servers = Utils.splitStr2List(myConfig.getRedisServer(),",");
|
||||
Config config = new Config();
|
||||
String masterName = myConfig.getRedisRedissonSentinelMasterName();
|
||||
config.useSentinelServers().setMasterName(masterName).setPassword(myConfig.getRedisRedissonPwd())
|
||||
.addSentinelAddress(servers.toArray(new String[0]));
|
||||
log.info("Redis Type = redisson ,initialized success");
|
||||
log.info("Redis Type = redisson-sentinel ,initialized success");
|
||||
return Redisson.create(config);
|
||||
}
|
||||
|
||||
/**
|
||||
* 在redis服务端通过KP做主备
|
||||
* @Description: redisson single
|
||||
* @return
|
||||
*/
|
||||
@ConditionalOnProperty(prefix = "phoenix",name = "redis.type",havingValue = "redisson-single")
|
||||
@Bean
|
||||
public RedissonClient redissonSingle() {
|
||||
Config config = new Config();
|
||||
config.useSingleServer().setAddress(myConfig.getRedisServer()).setPassword(myConfig.getRedisRedissonPwd());
|
||||
log.info("Redis Type = redisson-single ,initialized success");
|
||||
return Redisson.create(config);
|
||||
}
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ public class RedisClientRedissonImpl implements RedisClient {
|
|||
public <T extends Serializable> T get(String key, Class<T> cls) {
|
||||
// TODO Auto-generated method stub
|
||||
RBucket<byte[]> cache = redissonClient.getBucket(key);
|
||||
return ProtobufSerializer.deserialize(cache.get(), cls);
|
||||
return cache.get() == null ? null : ProtobufSerializer.deserialize(cache.get(), cls);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
package com.cmcc.hy.phoenix.repository;
|
||||
|
||||
import com.google.common.collect.Sets;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* 模拟DAO
|
||||
*
|
||||
* @author phoenix
|
||||
* @date 2020年2月8日
|
||||
*/
|
||||
@RestController
|
||||
public class IUserInfoRepository {
|
||||
|
||||
private Set<Long> idSet = Sets.newHashSet(1L, 2L);
|
||||
|
||||
public boolean existsById(long aId) {
|
||||
return idSet.contains(aId);
|
||||
}
|
||||
|
||||
}
|
|
@ -1,13 +1,25 @@
|
|||
package com.cmcc.hy.phoenix.task;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.scheduling.annotation.Async;
|
||||
import org.springframework.scheduling.annotation.Scheduled;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.cmcc.hy.phoenix.common.DateUtil;
|
||||
import com.cmcc.hy.phoenix.common.GlobalVar;
|
||||
import com.cmcc.hy.phoenix.common.Http;
|
||||
import com.cmcc.hy.phoenix.common.Utils;
|
||||
import com.cmcc.hy.phoenix.config.MyConfig;
|
||||
import com.cmcc.hy.phoenix.redis.RedisClient;
|
||||
import com.google.common.collect.Maps;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
|
@ -24,6 +36,9 @@ public class MyTask {
|
|||
@Resource
|
||||
private RedisClient redisClient;
|
||||
|
||||
@Resource
|
||||
private MyConfig myConfig;
|
||||
|
||||
/**
|
||||
* 测试任务 秒 分 小时 日期 月份 星期 每10秒执行
|
||||
*/
|
||||
|
@ -65,4 +80,51 @@ public class MyTask {
|
|||
log.info("我是自定义线程池执行的");
|
||||
}
|
||||
|
||||
/**
|
||||
* 定时请求是否有新文件更新
|
||||
* 威胁情报文件下载更新示例
|
||||
*/
|
||||
@Async("bizExecutor")
|
||||
@Scheduled(cron = "0/5 * * * * ?")
|
||||
public void threatInfoHttpReq() {
|
||||
log.info("定时请求威胁情报,检测是否有文件更新");
|
||||
Map<String, String> header = Maps.newHashMap();
|
||||
header.put("HY-AUTH-KEY", myConfig.getThreatInfoKey());
|
||||
String str = Http.get(myConfig.getThreatInfoVersionUrl(), header);
|
||||
log.info("接口响应数据 {}", str);
|
||||
JSONObject json = JSON.parseObject(str);
|
||||
String status = json.getString("status");
|
||||
int maxVersion = -1;
|
||||
if ("0".equals(status)) {
|
||||
JSONArray ja = JSON.parseArray(json.getString("result"));
|
||||
log.info("result列表数据 {}", ja);
|
||||
for (int i = 0; i < ja.size(); i++) {
|
||||
JSONObject eachJson = ja.getJSONObject(i);
|
||||
String type = eachJson.getString("type");
|
||||
if ("1".equals(type)) {
|
||||
int version = Integer.parseInt(eachJson.getString("version"));
|
||||
if (version > maxVersion) {
|
||||
maxVersion = version;
|
||||
}
|
||||
}
|
||||
}
|
||||
// 判断接口获得最大version是否和当前内存一致,决定是否更新文件
|
||||
if (maxVersion > GlobalVar.MAX_THREAT_INFO_VERSION) {
|
||||
GlobalVar.MAX_THREAT_INFO_VERSION = maxVersion;
|
||||
// 下载文件更新
|
||||
log.info("下载文件更新");
|
||||
Map<String, Object> body = Maps.newHashMap();
|
||||
body.put("version", GlobalVar.MAX_THREAT_INFO_VERSION);
|
||||
body.put("type", GlobalVar.THREAT_INFO_TYPE);
|
||||
String downFileRes = Http.postForm(myConfig.getThreatInfoDownload(), header, body);
|
||||
List<String> threatInfo = Utils.splitStr2List(downFileRes, "\n");
|
||||
log.info("威胁情报数据量 {}",threatInfo.size());
|
||||
log.info("下载的文件内容 {}", StringUtils.abbreviate(downFileRes, 1000));
|
||||
//将自身系统内的威胁情报变量替换成上述读取的数据,达到威胁情报数据更新的效果
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
package com.cmcc.hy.phoenix.vo;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
|
||||
/**
|
||||
* 前后端交互统一数据格式
|
||||
*
|
||||
* @author phoenix
|
||||
* @date 2020年2月4日
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
@ToString
|
||||
@Builder
|
||||
public class MyResp {
|
||||
|
||||
private int code;
|
||||
private Object data;
|
||||
private String msg;
|
||||
|
||||
public static MyResp result(Resp resp) {
|
||||
return MyResp.builder().code(resp.getCode()).msg(resp.getMsg()).build();
|
||||
}
|
||||
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
package com.cmcc.hy.phoenix.vo;
|
||||
|
||||
import com.cmcc.hy.phoenix.pojo.vo.Resp;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
package com.cmcc.hy.phoenix.vo;
|
||||
|
||||
/**
|
||||
* 后端返回码定义
|
||||
*
|
||||
* @author phoenix
|
||||
* @date 2020年2月4日
|
||||
*/
|
||||
public enum Resp {
|
||||
|
||||
// 成功返回码
|
||||
SUCCESS(200, "SUCCESS"),
|
||||
|
||||
// 3XX
|
||||
PARAM_ERROR(300, "自定义参数错误"),
|
||||
|
||||
// 4XX
|
||||
SYSTEM_ERROR(400, "系统内部自定义错误"),
|
||||
|
||||
// 5XX
|
||||
ERROR(500, "服务端系统错误"),
|
||||
|
||||
;
|
||||
|
||||
private int code;
|
||||
private String msg;
|
||||
|
||||
Resp(int code, String msg) {
|
||||
this.code = code;
|
||||
this.msg = msg;
|
||||
}
|
||||
|
||||
public int getCode() {
|
||||
return code;
|
||||
}
|
||||
|
||||
public String getMsg() {
|
||||
return msg;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackAndWhiteListDataForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllBlackAndWhiteListFromUMCResponse")
|
||||
public class GetAllBlackAndWhiteListFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfBlackAndWhiteListDataForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfBlackAndWhiteListDataForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfBlackAndWhiteListDataForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfBlackAndWhiteListDataForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfBlackAndWhiteListDataForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllBlackHoleAutoStrategyFromUMC")
|
||||
public class GetAllBlackHoleAutoStrategyFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackHoleAutoStrategyForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllBlackHoleAutoStrategyFromUMCResponse")
|
||||
public class GetAllBlackHoleAutoStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfBlackHoleAutoStrategyForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfBlackHoleAutoStrategyForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfBlackHoleAutoStrategyForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfBlackHoleAutoStrategyForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfBlackHoleAutoStrategyForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllBlackHoleManualStrategyFromUMC")
|
||||
public class GetAllBlackHoleManualStrategyFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfBlackHoleManualStrategyForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllBlackHoleManualStrategyFromUMCResponse")
|
||||
public class GetAllBlackHoleManualStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfBlackHoleManualStrategyForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfBlackHoleManualStrategyForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfBlackHoleManualStrategyForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfBlackHoleManualStrategyForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfBlackHoleManualStrategyForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllBypassManualTractionStrategyFromUMC")
|
||||
public class GetAllBypassManualTractionStrategyFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfBypassManualTractionStrategyForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllBypassManualTractionStrategyFromUMCResponse")
|
||||
public class GetAllBypassManualTractionStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfBypassManualTractionStrategyForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfBypassManualTractionStrategyForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfBypassManualTractionStrategyForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfBypassManualTractionStrategyForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfBypassManualTractionStrategyForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllCompleteAnomalyDetectionStrategyFromUMC")
|
||||
public class GetAllCompleteAnomalyDetectionStrategyFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://service.ntc.dp.com}ArrayOfAnomalyDetectionStrategy"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllCompleteAnomalyDetectionStrategyFromUMCResponse")
|
||||
public class GetAllCompleteAnomalyDetectionStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfAnomalyDetectionStrategy out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfAnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public ArrayOfAnomalyDetectionStrategy getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfAnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfAnomalyDetectionStrategy value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllDetectDevices")
|
||||
public class GetAllDetectDevices {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllDetectDevicesResponse")
|
||||
public class GetAllDetectDevicesResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setOut(String value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllDetectionObjectFromUMC")
|
||||
public class GetAllDetectionObjectFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDetectionObjectDataForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllDetectionObjectFromUMCResponse")
|
||||
public class GetAllDetectionObjectFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDetectionObjectDataForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDetectionObjectDataForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDetectionObjectDataForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDetectionObjectDataForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDetectionObjectDataForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllProtectDevices")
|
||||
public class GetAllProtectDevices {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllProtectDevicesResponse")
|
||||
public class GetAllProtectDevicesResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setOut(String value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllProtectionObjectFromUMC")
|
||||
public class GetAllProtectionObjectFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionObjectDataForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllProtectionObjectFromUMCResponse")
|
||||
public class GetAllProtectionObjectFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfProtectionObjectDataForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfProtectionObjectDataForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfProtectionObjectDataForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfProtectionObjectDataForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfProtectionObjectDataForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllProtectionStrategyTemplateFromUMC")
|
||||
public class GetAllProtectionStrategyTemplateFromUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionStrategyTemplateForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllProtectionStrategyTemplateFromUMCResponse")
|
||||
public class GetAllProtectionStrategyTemplateFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfProtectionStrategyTemplateForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfProtectionStrategyTemplateForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfProtectionStrategyTemplateForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfProtectionStrategyTemplateForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfProtectionStrategyTemplateForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
@XmlRootElement(name = "getAllProtectionTargetWithStrategyAssociationRelationshipForUMC")
|
||||
public class GetAllProtectionTargetWithStrategyAssociationRelationshipForUMC {
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfProtectionTargetWithStrategyForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse")
|
||||
public class GetAllProtectionTargetWithStrategyAssociationRelationshipForUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfProtectionTargetWithStrategyForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfProtectionTargetWithStrategyForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfProtectionTargetWithStrategyForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfProtectionTargetWithStrategyForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfProtectionTargetWithStrategyForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="strategyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"strategyName"
|
||||
})
|
||||
@XmlRootElement(name = "getAnomalyDetectionStrategyFromUMC")
|
||||
public class GetAnomalyDetectionStrategyFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String strategyName;
|
||||
|
||||
/**
|
||||
* 获取strategyName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getStrategyName() {
|
||||
return strategyName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置strategyName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setStrategyName(String value) {
|
||||
this.strategyName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://service.ntc.dp.com}AnomalyDetectionStrategy"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getAnomalyDetectionStrategyFromUMCResponse")
|
||||
public class GetAnomalyDetectionStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected AnomalyDetectionStrategy out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public AnomalyDetectionStrategy getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public void setOut(AnomalyDetectionStrategy value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,83 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="strategyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="direction" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"strategyName",
|
||||
"direction"
|
||||
})
|
||||
@XmlRootElement(name = "getCompleteAnomalyDetectionStrategyFromUMC")
|
||||
public class GetCompleteAnomalyDetectionStrategyFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String strategyName;
|
||||
protected int direction;
|
||||
|
||||
/**
|
||||
* 获取strategyName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getStrategyName() {
|
||||
return strategyName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置strategyName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setStrategyName(String value) {
|
||||
this.strategyName = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取direction属性的值。
|
||||
*
|
||||
*/
|
||||
public int getDirection() {
|
||||
return direction;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置direction属性的值。
|
||||
*
|
||||
*/
|
||||
public void setDirection(int value) {
|
||||
this.direction = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://service.ntc.dp.com}AnomalyDetectionStrategy"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getCompleteAnomalyDetectionStrategyFromUMCResponse")
|
||||
public class GetCompleteAnomalyDetectionStrategyFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected AnomalyDetectionStrategy out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public AnomalyDetectionStrategy getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AnomalyDetectionStrategy }
|
||||
*
|
||||
*/
|
||||
public void setOut(AnomalyDetectionStrategy value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosACProtectionFromUMC")
|
||||
public class GetDdosACProtectionFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosACProtectionForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosACProtectionFromUMCResponse")
|
||||
public class GetDdosACProtectionFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosACProtectionForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosACProtectionForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosACProtectionForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosACProtectionForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosACProtectionForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosCCuserGroupV4FromUMC")
|
||||
public class GetDdosCCuserGroupV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosCCuserGroupV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosCCuserGroupV4FromUMCResponse")
|
||||
public class GetDdosCCuserGroupV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosCCuserGroupV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosCCuserGroupV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosCCuserGroupV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosCCuserGroupV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosCCuserGroupV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosDnsRetryProtectFromUMC")
|
||||
public class GetDdosDnsRetryProtectFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosDnsRetryProtectForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosDnsRetryProtectFromUMCResponse")
|
||||
public class GetDdosDnsRetryProtectFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosDnsRetryProtectForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosDnsRetryProtectForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosDnsRetryProtectForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosDnsRetryProtectForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosDnsRetryProtectForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalAckPayloadFromUMC")
|
||||
public class GetDdosGlobalAckPayloadFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalAckPayloadForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalAckPayloadFromUMCResponse")
|
||||
public class GetDdosGlobalAckPayloadFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalAckPayloadForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalAckPayloadForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalAckPayloadForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalAckPayloadForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalAckPayloadForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpFragFromUMC")
|
||||
public class GetDdosGlobalIcmpFragFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpFragForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpFragFromUMCResponse")
|
||||
public class GetDdosGlobalIcmpFragFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalIcmpFragForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalIcmpFragForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalIcmpFragForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalIcmpFragForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalIcmpFragForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpLengthFromUMC")
|
||||
public class GetDdosGlobalIcmpLengthFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpLengthForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpLengthFromUMCResponse")
|
||||
public class GetDdosGlobalIcmpLengthFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalIcmpLengthForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalIcmpLengthForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalIcmpLengthForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalIcmpLengthForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalIcmpLengthForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpPayloadFromUMC")
|
||||
public class GetDdosGlobalIcmpPayloadFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalIcmpPayloadForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalIcmpPayloadFromUMCResponse")
|
||||
public class GetDdosGlobalIcmpPayloadFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalIcmpPayloadForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalIcmpPayloadForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalIcmpPayloadForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalIcmpPayloadForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalIcmpPayloadForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalOtherFragFromUMC")
|
||||
public class GetDdosGlobalOtherFragFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalOtherFragForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalOtherFragFromUMCResponse")
|
||||
public class GetDdosGlobalOtherFragFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalOtherFragForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalOtherFragForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalOtherFragForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalOtherFragForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalOtherFragForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalSynFloodFromUMC")
|
||||
public class GetDdosGlobalSynFloodFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalSynFloodForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalSynFloodFromUMCResponse")
|
||||
public class GetDdosGlobalSynFloodFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalSynFloodForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalSynFloodForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalSynFloodForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalSynFloodForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalSynFloodForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpFlagFromUMC")
|
||||
public class GetDdosGlobalTcpFlagFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpFlagForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpFlagFromUMCResponse")
|
||||
public class GetDdosGlobalTcpFlagFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalTcpFlagForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalTcpFlagForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalTcpFlagForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalTcpFlagForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalTcpFlagForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpFragFromUMC")
|
||||
public class GetDdosGlobalTcpFragFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpFragForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpFragFromUMCResponse")
|
||||
public class GetDdosGlobalTcpFragFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalTcpFragForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalTcpFragForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalTcpFragForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalTcpFragForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalTcpFragForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpLengthFromUMC")
|
||||
public class GetDdosGlobalTcpLengthFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpLengthForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpLengthFromUMCResponse")
|
||||
public class GetDdosGlobalTcpLengthFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalTcpLengthForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalTcpLengthForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalTcpLengthForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalTcpLengthForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalTcpLengthForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpStateFromUMC")
|
||||
public class GetDdosGlobalTcpStateFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalTcpStateForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalTcpStateFromUMCResponse")
|
||||
public class GetDdosGlobalTcpStateFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalTcpStateForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalTcpStateForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalTcpStateForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalTcpStateForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalTcpStateForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpFragFromUMC")
|
||||
public class GetDdosGlobalUdpFragFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpFragForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpFragFromUMCResponse")
|
||||
public class GetDdosGlobalUdpFragFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalUdpFragForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalUdpFragForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalUdpFragForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalUdpFragForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalUdpFragForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpLengthFromUMC")
|
||||
public class GetDdosGlobalUdpLengthFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpLengthForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpLengthFromUMCResponse")
|
||||
public class GetDdosGlobalUdpLengthFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalUdpLengthForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalUdpLengthForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalUdpLengthForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalUdpLengthForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalUdpLengthForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpPayloadFromUMC")
|
||||
public class GetDdosGlobalUdpPayloadFromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}DdosGlobalUdpPayloadForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosGlobalUdpPayloadFromUMCResponse")
|
||||
public class GetDdosGlobalUdpPayloadFromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected DdosGlobalUdpPayloadForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DdosGlobalUdpPayloadForService }
|
||||
*
|
||||
*/
|
||||
public DdosGlobalUdpPayloadForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DdosGlobalUdpPayloadForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(DdosGlobalUdpPayloadForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetSipCusProV4FromUMC")
|
||||
public class GetDdosHttpGetSipCusProV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetSipCusProV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetSipCusProV4FromUMCResponse")
|
||||
public class GetDdosHttpGetSipCusProV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosHttpGetSipCusProV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosHttpGetSipCusProV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosHttpGetSipCusProV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosHttpGetSipCusProV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosHttpGetSipCusProV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetSipGloProV4FromUMC")
|
||||
public class GetDdosHttpGetSipGloProV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetSipGloProV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetSipGloProV4FromUMCResponse")
|
||||
public class GetDdosHttpGetSipGloProV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosHttpGetSipGloProV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosHttpGetSipGloProV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosHttpGetSipGloProV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosHttpGetSipGloProV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosHttpGetSipGloProV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetUriCusProV4FromUMC")
|
||||
public class GetDdosHttpGetUriCusProV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetUriCusProV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetUriCusProV4FromUMCResponse")
|
||||
public class GetDdosHttpGetUriCusProV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosHttpGetUriCusProV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosHttpGetUriCusProV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosHttpGetUriCusProV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosHttpGetUriCusProV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosHttpGetUriCusProV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetUriGloProV4FromUMC")
|
||||
public class GetDdosHttpGetUriGloProV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDdosHttpGetUriGloProV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDdosHttpGetUriGloProV4FromUMCResponse")
|
||||
public class GetDdosHttpGetUriGloProV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDdosHttpGetUriGloProV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDdosHttpGetUriGloProV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDdosHttpGetUriGloProV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDdosHttpGetUriGloProV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDdosHttpGetUriGloProV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsDomainGlobalV4FromUMC")
|
||||
public class GetDnsDomainGlobalV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsDomainGlobalV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsDomainGlobalV4FromUMCResponse")
|
||||
public class GetDnsDomainGlobalV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDnsDomainGlobalV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDnsDomainGlobalV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDnsDomainGlobalV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDnsDomainGlobalV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDnsDomainGlobalV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSecDomainCustomV4FromUMC")
|
||||
public class GetDnsSecDomainCustomV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSecDomainCustomV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSecDomainCustomV4FromUMCResponse")
|
||||
public class GetDnsSecDomainCustomV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDnsSecDomainCustomV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDnsSecDomainCustomV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDnsSecDomainCustomV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDnsSecDomainCustomV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDnsSecDomainCustomV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSecDomainGlobalV4FromUMC")
|
||||
public class GetDnsSecDomainGlobalV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSecDomainGlobalV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSecDomainGlobalV4FromUMCResponse")
|
||||
public class GetDnsSecDomainGlobalV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDnsSecDomainGlobalV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDnsSecDomainGlobalV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDnsSecDomainGlobalV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDnsSecDomainGlobalV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDnsSecDomainGlobalV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="objName" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"objName"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSipCustomV4FromUMC")
|
||||
public class GetDnsSipCustomV4FromUMC {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected String objName;
|
||||
|
||||
/**
|
||||
* 获取objName属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getObjName() {
|
||||
return objName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置objName属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setObjName(String value) {
|
||||
this.objName = value;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
package com.dptech.umc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>anonymous complex type的 Java 类。
|
||||
*
|
||||
* <p>以下模式片段指定包含在此类中的预期内容。
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="out" type="{http://data.ntc.dp.com}ArrayOfDnsSipCustomV4ForService"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"out"
|
||||
})
|
||||
@XmlRootElement(name = "getDnsSipCustomV4FromUMCResponse")
|
||||
public class GetDnsSipCustomV4FromUMCResponse {
|
||||
|
||||
@XmlElement(required = true, nillable = true)
|
||||
protected ArrayOfDnsSipCustomV4ForService out;
|
||||
|
||||
/**
|
||||
* 获取out属性的值。
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ArrayOfDnsSipCustomV4ForService }
|
||||
*
|
||||
*/
|
||||
public ArrayOfDnsSipCustomV4ForService getOut() {
|
||||
return out;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置out属性的值。
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ArrayOfDnsSipCustomV4ForService }
|
||||
*
|
||||
*/
|
||||
public void setOut(ArrayOfDnsSipCustomV4ForService value) {
|
||||
this.out = value;
|
||||
}
|
||||
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue