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

com.dahuatech.icc.multiinone.admin.vo.RealTimeResponse Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.multiinone.admin.vo;

import com.dahuatech.icc.multiinone.vo.BaseResponse;

import java.util.List;

public class RealTimeResponse extends BaseResponse {

    private List urlList;

    public List getUrlList() {
        return urlList;
    }

    public void setUrlList(List urlList) {
        this.urlList = urlList;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy