得物.apk(点击下载) / ImageResourceLoadHelper$IdentifyRealityPreloadImageResources.java


package com.shizhuang.duapp.modules.du_identify_common.util;

import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;
import kotlin.Metadata;
import org.jetbrains.annotations.NotNull;

@Metadata(bv = {}, d1 = {"\u0000\u0012\n\u0000\n\u0002\u0010\u0010\n\u0002\u0018\u0002\n\u0002\u0010\u000e\n\u0002\b\t\b†\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001B\u0011\b\u0002\u0012\u0006\u0010\u0004\u001a\u00020\u0003¢\u0006\u0004\b\b\u0010\tR\u0017\u0010\u0004\u001a\u00020\u00038\u0006¢\u0006\f\n\u0004\b\u0004\u0010\u0005\u001a\u0004\b\u0006\u0010\u0007j\u0002\b\nj\u0002\b\u000b¨\u0006\f"}, d2 = {"com/shizhuang/duapp/modules/du_identify_common/util/ImageResourceLoadHelper$IdentifyRealityPreloadImageResources", "", "Lcom/shizhuang/duapp/modules/du_identify_common/util/ImageResourceLoadHelper$IdentifyRealityPreloadImageResources;", "", "value", "Ljava/lang/String;", "getValue", "()Ljava/lang/String;", "<init>", "(Ljava/lang/String;ILjava/lang/String;)V", "ORDER_DETAIL_PAGE_BG_TRANSPORT_NODE", "DISCOVERY_TAB_MORE_RECOMMEND_ARROWS", "du_identify_common_release"}, k = 1, mv = {1, 4, 2})
/* compiled from: ImageResourceLoadHelper.kt */
public enum ImageResourceLoadHelper$IdentifyRealityPreloadImageResources {
    ORDER_DETAIL_PAGE_BG_TRANSPORT_NODE("https://apk.poizon.com/duApp/Android_Config/resource/community/identify_reality/order_details/du_identify_reality_od_bg_transport_node.png"),
    DISCOVERY_TAB_MORE_RECOMMEND_ARROWS("https://apk.poizon.com/duApp/Android_Config/resource/community/identify_common/image/ic_discovery_more_recommend_arrows.webp");
    
    public static ChangeQuickRedirect changeQuickRedirect;
    @NotNull
    private final String value;

    private ImageResourceLoadHelper$IdentifyRealityPreloadImageResources(String str) {
        this.value = str;
    }

    public static ImageResourceLoadHelper$IdentifyRealityPreloadImageResources valueOf(String str) {
        PatchProxyResult proxy = PatchProxy.proxy(new Object[]{str}, null, changeQuickRedirect, true, 113534, new Class[]{String.class}, ImageResourceLoadHelper$IdentifyRealityPreloadImageResources.class);
        return (ImageResourceLoadHelper$IdentifyRealityPreloadImageResources) (proxy.isSupported ? proxy.result : Enum.valueOf(ImageResourceLoadHelper$IdentifyRealityPreloadImageResources.class, str));
    }

    @NotNull
    public final String getValue() {
        PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 113532, new Class[0], String.class);
        return proxy.isSupported ? (String) proxy.result : this.value;
    }
}