package com.seewo.ota.j.a;

import java.lang.reflect.Type;

/* JADX INFO: compiled from: InvokeParam.java */
/* JADX INFO: loaded from: classes.dex */
public class e {
    private final String mName;
    private final boolean mNullable;
    private final Type mType;

    public e(String str, boolean z, Type type) {
        this.mName = str;
        this.mNullable = z;
        this.mType = type;
    }

    public Type getType() {
        return this.mType;
    }

    public String name() {
        return this.mName;
    }

    public boolean nullable() {
        return this.mNullable;
    }
}
