package com.cvte.dss.ups.u3hub;

import com.cvte.dss.ups.u3hub.hub.SingleHubDeviceManager;
import g.h.a.i;
import kotlin.Lazy;
import kotlin.Metadata;
import kotlin.jvm.internal.e0;
import kotlin.jvm.internal.z;
import kotlin.reflect.KProperty;

/* JADX INFO: loaded from: classes.dex */
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0002\b\r\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u001a\u0010\u001bR\u001c\u0010\u0003\u001a\u00020\u00028\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\u0003\u0010\u0004\u001a\u0004\b\u0005\u0010\u0006R\u001d\u0010\f\u001a\u00020\u00078V@\u0016X\u0096\u0084\u0002¢\u0006\f\n\u0004\b\b\u0010\t\u001a\u0004\b\n\u0010\u000bR\u001c\u0010\r\u001a\u00020\u00028\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\r\u0010\u0004\u001a\u0004\b\u000e\u0010\u0006R\u001c\u0010\u0010\u001a\u00020\u000f8\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\u0010\u0010\u0011\u001a\u0004\b\u0012\u0010\u0013R\u001c\u0010\u0014\u001a\u00020\u00028\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\u0014\u0010\u0004\u001a\u0004\b\u0015\u0010\u0006R\u001c\u0010\u0016\u001a\u00020\u00028\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\u0016\u0010\u0004\u001a\u0004\b\u0017\u0010\u0006R\u001c\u0010\u0018\u001a\u00020\u000f8\u0016@\u0016X\u0096D¢\u0006\f\n\u0004\b\u0018\u0010\u0011\u001a\u0004\b\u0019\u0010\u0013¨\u0006\u001c"}, d2 = {"Lcom/cvte/dss/ups/u3hub/HubVL7817Plugin;", "Lcom/cvte/dss/ups/u3hub/SingleHubPlugin;", "", "name", "Ljava/lang/String;", "getName", "()Ljava/lang/String;", "Lcom/cvte/dss/ups/u3hub/hub/SingleHubDeviceManager;", "singleHubDeviceManager$delegate", "Lkotlin/Lazy;", "getSingleHubDeviceManager", "()Lcom/cvte/dss/ups/u3hub/hub/SingleHubDeviceManager;", "singleHubDeviceManager", "type", "getType", "", "monopolize", "Z", "getMonopolize", "()Z", "otaKey", "getOtaKey", "module", "getModule", "reboot", "getReboot", "<init>", "()V", "lib_release"}, k = 1, mv = {1, 4, 0})
public final class HubVL7817Plugin extends SingleHubPlugin {
    public static final /* synthetic */ KProperty[] $$delegatedProperties = {e0.c(new z(e0.a(HubVL7817Plugin.class), "singleHubDeviceManager", "getSingleHubDeviceManager()Lcom/cvte/dss/ups/u3hub/hub/SingleHubDeviceManager;"))};
    private final boolean monopolize;

    /* JADX INFO: renamed from: singleHubDeviceManager$delegate, reason: from kotlin metadata */
    private final Lazy singleHubDeviceManager = i.D2(HubVL7817Plugin$singleHubDeviceManager$2.INSTANCE);
    private final String name = "front-interface-adapter-board-driver";
    private final String module = "VL7817";
    private final String type = "front-usb-board";
    private final String otaKey = "d52474240d74bb670f5bc86e5e594f9ca43f332c";
    private final boolean reboot = true;

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public String getModule() {
        return this.module;
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public boolean getMonopolize() {
        return this.monopolize;
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public String getName() {
        return this.name;
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public String getOtaKey() {
        return this.otaKey;
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public boolean getReboot() {
        return this.reboot;
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public SingleHubDeviceManager getSingleHubDeviceManager() {
        Lazy lazy = this.singleHubDeviceManager;
        KProperty kProperty = $$delegatedProperties[0];
        return (SingleHubDeviceManager) lazy.getValue();
    }

    @Override // com.cvte.dss.ups.u3hub.SingleHubPlugin
    public String getType() {
        return this.type;
    }
}
