智能工厂.apk(点击下载) / c.java


package cn.jiguang.aj;

import android.content.Intent;

public class c {
    public String a;
    public String b;
    public int c;
    public String d;
    public Intent e;
    public int f;
    public String g;
    public int h;

    public c() {
    }

    public c(String str, String str2, int i) {
        this.a = str;
        this.b = str2;
        this.c = i;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || getClass() != obj.getClass()) {
            return false;
        }
        c cVar = (c) obj;
        String str = this.a;
        return str != null ? str.equals(cVar.a) : cVar.a == null;
    }

    public String toString() {
        return "JWakeTargetInfo{packageName='" + this.a + '\'' + ", serviceName='" + this.b + '\'' + ", targetVersion=" + this.c + ", providerAuthority='" + this.d + '\'' + ", activityIntent=" + this.e + ", wakeType=" + this.f + ", authenType=" + this.g + ", cmd=" + this.h + '}';
    }
}