PhotoRoom v4.8.2版本的 MD5 值为:c40a01bb3380c0f75c0cb6ac6760f295

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


package ra;

import px.c0;
public enum d {
    US1,
    US3,
    US5,
    US1_FED,
    EU1;

    public class a {
        public static final int[] f68308a;

        static {
            int[] iArr = new int[d.values().length];
            iArr[d.US1.ordinal()] = 1;
            iArr[d.US3.ordinal()] = 2;
            iArr[d.US5.ordinal()] = 3;
            iArr[d.US1_FED.ordinal()] = 4;
            iArr[d.EU1.ordinal()] = 5;
            f68308a = iArr;
        }
    }

    public final String c() {
        int i11 = a.f68308a[ordinal()];
        if (i11 != 1) {
            if (i11 != 2) {
                if (i11 != 3) {
                    if (i11 != 4) {
                        if (i11 == 5) {
                            return "https://mobile-http-intake.logs.datadoghq.eu";
                        }
                        throw new c0();
                    }
                    return "https://logs.browser-intake-ddog-gov.com";
                }
                return "https://logs.browser-intake-us5-datadoghq.com";
            }
            return "https://logs.browser-intake-us3-datadoghq.com";
        }
        return "https://logs.browser-intake-datadoghq.com";
    }

    public final String d() {
        int i11 = a.f68308a[ordinal()];
        if (i11 != 1) {
            if (i11 != 2) {
                if (i11 != 3) {
                    if (i11 != 4) {
                        if (i11 == 5) {
                            return "https://rum-http-intake.logs.datadoghq.eu";
                        }
                        throw new c0();
                    }
                    return "https://rum.browser-intake-ddog-gov.com";
                }
                return "https://rum.browser-intake-us5-datadoghq.com";
            }
            return "https://rum.browser-intake-us3-datadoghq.com";
        }
        return "https://rum.browser-intake-datadoghq.com";
    }

    public final String f() {
        int i11 = a.f68308a[ordinal()];
        if (i11 != 1) {
            if (i11 != 2) {
                if (i11 != 3) {
                    if (i11 != 4) {
                        if (i11 == 5) {
                            return "https:/public-trace-http-intake.logs.datadoghq.eu";
                        }
                        throw new c0();
                    }
                    return "https://trace.browser-intake-ddog-gov.com";
                }
                return "https://trace.browser-intake-us5-datadoghq.com";
            }
            return "https://trace.browser-intake-us3-datadoghq.com";
        }
        return "https://trace.browser-intake-datadoghq.com";
    }
}