package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKProjectInfo {
    private String a;

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

    private SDKProjectInfo() {
    }

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

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

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

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

    public SDKProjectInfo(String str, int i2) {
        this.a = str;
        this.f2867b = i2;
    }
}
