package com.ifpdos.sdk.udi.opensdk.model.device;

import d.a.a.n.b;

/* JADX INFO: loaded from: classes.dex */
public class CameraDevice {

    @b(name = "mCameraId")
    public int mCameraId;

    @b(name = "mName")
    public String mName;

    @b(name = "mProductId")
    public int mProductId;

    @b(name = "mProductName")
    public String mProductName;

    @b(name = "mVendorId")
    public int mVendorId;

    public CameraDevice() {
    }

    public CameraDevice(int i2, String str, String str2, int i3, int i4) {
        this.mCameraId = i2;
        this.mName = str;
        this.mProductName = str2;
        this.mVendorId = i3;
        this.mProductId = i4;
    }
}
