WxOperationGetDomainInfoDataRes.java 1008 Bytes
package com.yanzuoguang.wxxcx.operation.select;


import com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError;

import java.util.List;
/***
 * 返回值
 *
 * @author:heyanou
 */
public class WxOperationGetDomainInfoDataRes  extends WxXcxResponseBaseError {
    /**
     * <p>
     *     描述:request合法域名列表
     * </p>
     */
   private List<String>  requestdomain;

    /**
     * <p>
     *     描述:socket合法域名列表
     * </p>
     */
   private List<String>  wsrequestdomain;

    /**
     * <p>
     *     描述:uploadFile合法域名列表
     * </p>
     */
    private List<String>  uploaddomain;

    /**
     * <p>
     *     描述:downloadFile合法域名列表
     * </p>
     */
    private List<String>  downloaddomain;

    /**
     * <p>
     *     描述:udp合法域名列表
     * </p>
     */
    private List<String>  udpdomain;

    /**
     * <p>
     *     描述:业务域名列表
     * </p>
     */
    private List<String>  bizdomain;
}