导航菜单

页面标题

页面副标题

Housing v14.7.8 - FaqData.java 源代码

正在查看: Housing v14.7.8 应用的 FaqData.java JAVA 源代码文件

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


package com.locon.hp.domain.models;

import com.locon.home.presentation.ui.components.sections.t2;
import java.util.List;
import kotlin.Metadata;
import kotlin.collections.g0;
import kotlin.collections.t;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.r;
import org.jetbrains.annotations.NotNull;

@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\t\b\u0086\b\u0018\u0000 \u000b2\u00020\u0001:\u0001\nB\u0017\u0012\u000e\b\u0002\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00030\u0002¢\u0006\u0004\b\u0005\u0010\u0006J\u0016\u0010\u0007\u001a\b\u0012\u0004\u0012\u00020\u00030\u0002HÆ\u0003¢\u0006\u0004\b\u0007\u0010\bR\u001d\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00030\u00028\u0006¢\u0006\f\n\u0004\b\u0004\u0010\t\u001a\u0004\b\n\u0010\b¨\u0006\f"}, d2 = {"Lcom/locon/hp/domain/models/FaqData;", "", "", "Lcom/locon/hp/domain/models/Faq;", "faqList", "<init>", "(Ljava/util/List;)V", "component1", "()Ljava/util/List;", "Ljava/util/List;", "a", "Companion", "domain_gammaRelease"}, k = t2.HOUSE_RENT_ID, mv = {t2.OFFICE_RENT_ID, 0, 0}, xi = 48)
public final class FaqData {

    @NotNull
    private static final List<Faq> dummyList = t.T(new Faq[]{new Faq("Various plans have different validities, ranging from a minimum of 45 days to a maximum of 90 days.", null, "What is the plan validity?", 2, null), new Faq("With Housing Premium, you can connect directly with owners of brokerage-free properties. We also offer assisted plans (Relax and MoneyBack) where our dedicated Relationship Managers will help you find a personalized home and provide exclusive services. This saves you both time and money! For more information, visit our Landing page https://housing.com/premium", null, "What can be your expectation as a Home Seeker from Housing Premium?", 2, null), new Faq("Housing Premium is your way to directly contact owner properties for your rent or buy journey.", null, "What is Housing Premium?", 2, null), new Faq("Connect (Basic), Connect+ (Premium), Relax (Assisted), MoneyBack", null, "What are the different types of plans?", 2, null), new Faq("In this plan, we assign a dedicated relationship manager. Your RM understands your requirements, finds properties for you on Housing, and calls owners to verify if all the details match your requirements.", null, "What is the Relax or Assisted plan?", 2, null), new Faq("In the MoneyBack plan, along with a dedicated relationship manager, you also get a 100% refund guarantee if you are not satisfied. Your RM understands your requirements, finds properties for you on Housing, and calls owners to verify if all the details match your requirements", null, "What is the MoneyBack plan?", 2, null)});

    @NotNull
    private final List<Faq> faqList;

    public FaqData() {
        this(null, 1, null);
    }

    public final List getFaqList() {
        return this.faqList;
    }

    @NotNull
    public final List<Faq> component1() {
        return this.faqList;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof FaqData) && r.f(this.faqList, ((FaqData) obj).faqList);
    }

    public final int hashCode() {
        return this.faqList.hashCode();
    }

    public final String toString() {
        return a.p("FaqData(faqList=", ")", this.faqList);
    }

    public FaqData(@NotNull List<Faq> list) {
        r.k(list, "faqList");
        this.faqList = list;
    }

    public FaqData(List list, int i, DefaultConstructorMarker defaultConstructorMarker) {
        this((i & 1) != 0 ? g0.INSTANCE : list);
    }
}