export declare class DisplayDeviceVO {
    displayCode: number;
    displayDeviceId: string;
    displayDeviceName: string;
    ip: string;
    gateway: string;
    mask: string;
    outIp: string;
    constructor();
    equals(o: any): boolean;
    toString(): string;
    static copy(vo: DisplayDeviceVO): DisplayDeviceVO;
}
//# sourceMappingURL=DisplayDeviceVO.d.ts.map