package com.seewo.sdk.model;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private String f3614a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private int f3615b;

    public SDKProjectInfo(String str, int i2) {
        this.f3614a = str;
        this.f3615b = i2;
    }

    public int getIndex() {
        return this.f3615b;
    }

    public String getProjectName() {
        return this.f3614a;
    }

    public void setIndex(int i2) {
        this.f3615b = i2;
    }

    public void setProjectName(String str) {
        this.f3614a = str;
    }
}
