package com.seewo.ota.api.udiserver;

import d.d.c.a.f.a.g.d;

/* JADX INFO: loaded from: classes.dex */
public class UdiCallInput {
    private UdiApiType mApiType;
    private d mRequest;

    public UdiCallInput(d dVar, UdiApiType udiApiType) {
        this.mRequest = dVar;
        this.mApiType = udiApiType;
    }

    public UdiApiType getApiType() {
        return this.mApiType;
    }

    public d getRequest() {
        return this.mRequest;
    }
}
