导航菜单

页面标题

页面副标题

微商客 v2.1.2 - b.java 源代码

正在查看: 微商客 v2.1.2 应用的 b.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.qiyukf.nimlib.c.b.c;

import android.text.TextUtils;

public final class b {
    private String a = "https://statistic.live.126.net/";
    private int b = 0;
    private long c = 0;
    private long d = 0;
    private long e = 0;

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

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

    public final int b() {
        return this.b;
    }

    public final void a(int i) {
        this.b = i;
    }

    public final long c() {
        return this.c;
    }

    public final void a(long j) {
        this.c = j;
    }

    public final long d() {
        return this.d;
    }

    public final void b(long j) {
        this.d = j;
    }

    public final long e() {
        return this.e;
    }

    public final void c(long j) {
        this.e = j;
    }

    public final boolean f() {
        if (TextUtils.isEmpty(this.a)) {
            return false;
        }
        long j = this.c;
        return j >= 10000 && j <= 600000 && this.b <= 10000 && this.d >= 1000 && this.e <= 600000;
    }
}