91快播 v3.3.0版本的 MD5 值为:094b9519ad2388a8147509cb8a126145

以下内容为反编译后的 XCShortVideo.java 源代码,内容仅作参考


package com.theway.abc.v2.nidongde.xc.api.model;

import anta.ղ.C1165;
import anta.㟣.C7840;
import anta.㮌.C9125;
public final class XCShortVideo {
    private final int short_id;
    private final String short_pic;
    private final String short_title;
    private final String short_url;

    public XCShortVideo(int i, String str, String str2, String str3) {
        C9125.m8103(str, "short_title", str2, "short_pic", str3, "short_url");
        this.short_id = i;
        this.short_title = str;
        this.short_pic = str2;
        this.short_url = str3;
    }

    public static XCShortVideo copy$default(XCShortVideo xCShortVideo, int i, String str, String str2, String str3, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            i = xCShortVideo.short_id;
        }
        if ((i2 & 2) != 0) {
            str = xCShortVideo.short_title;
        }
        if ((i2 & 4) != 0) {
            str2 = xCShortVideo.short_pic;
        }
        if ((i2 & 8) != 0) {
            str3 = xCShortVideo.short_url;
        }
        return xCShortVideo.copy(i, str, str2, str3);
    }

    public final int component1() {
        return this.short_id;
    }

    public final String component2() {
        return this.short_title;
    }

    public final String component3() {
        return this.short_pic;
    }

    public final String component4() {
        return this.short_url;
    }

    public final XCShortVideo copy(int i, String str, String str2, String str3) {
        C7840.m6785(str, "short_title");
        C7840.m6785(str2, "short_pic");
        C7840.m6785(str3, "short_url");
        return new XCShortVideo(i, str, str2, str3);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof XCShortVideo) {
            XCShortVideo xCShortVideo = (XCShortVideo) obj;
            return this.short_id == xCShortVideo.short_id && C7840.m6782(this.short_title, xCShortVideo.short_title) && C7840.m6782(this.short_pic, xCShortVideo.short_pic) && C7840.m6782(this.short_url, xCShortVideo.short_url);
        }
        return false;
    }

    public final String getImgUrl() {
        StringBuilder sb = new StringBuilder();
        String str = C1165.f3358;
        sb.append("http://image.qyosgg.com");
        sb.append('/');
        sb.append(this.short_pic);
        String str2 = "XCAV20221121:" + sb.toString();
        C7840.m6789(str2, "pack(AppConst.XCConfig.D…BASE_URL+\"/\" + short_pic)");
        return str2;
    }

    public final int getShort_id() {
        return this.short_id;
    }

    public final String getShort_pic() {
        return this.short_pic;
    }

    public final String getShort_title() {
        return this.short_title;
    }

    public final String getShort_url() {
        return this.short_url;
    }

    public final String getVideoUrl() {
        return C7840.m6784(C1165.f3362, this.short_url);
    }

    public int hashCode() {
        return this.short_url.hashCode() + C9125.m8049(this.short_pic, C9125.m8049(this.short_title, Integer.hashCode(this.short_id) * 31, 31), 31);
    }

    public String toString() {
        StringBuilder m8071 = C9125.m8071("XCShortVideo(short_id=");
        m8071.append(this.short_id);
        m8071.append(", short_title=");
        m8071.append(this.short_title);
        m8071.append(", short_pic=");
        m8071.append(this.short_pic);
        m8071.append(", short_url=");
        return C9125.m8128(m8071, this.short_url, ')');
    }
}