package t6;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public abstract class e {
    public static e withProductId(@Nullable Integer num) {
        return new b(num);
    }

    @Nullable
    public abstract Integer getProductId();
}
