211 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			211 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
.class public final Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
 | 
						|
.super Ljava/lang/Object;
 | 
						|
.source "AuthUpdateAttributeResult.java"
 | 
						|
 | 
						|
 | 
						|
# instance fields
 | 
						|
.field private final isUpdated:Z
 | 
						|
 | 
						|
.field private final nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
 | 
						|
# direct methods
 | 
						|
.method public constructor <init>(ZLcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;)V
 | 
						|
    .locals 0
 | 
						|
    .param p2    # Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
        .annotation build Landroidx/annotation/NonNull;
 | 
						|
        .end annotation
 | 
						|
    .end param
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
 | 
						|
 | 
						|
    .line 2
 | 
						|
    iput-boolean p1, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated:Z
 | 
						|
 | 
						|
    .line 3
 | 
						|
    invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
 | 
						|
 | 
						|
    iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 | 
						|
 | 
						|
 | 
						|
# virtual methods
 | 
						|
.method public equals(Ljava/lang/Object;)Z
 | 
						|
    .locals 4
 | 
						|
 | 
						|
    const/4 v0, 0x1
 | 
						|
 | 
						|
    if-ne p0, p1, :cond_0
 | 
						|
 | 
						|
    return v0
 | 
						|
 | 
						|
    :cond_0
 | 
						|
    const/4 v1, 0x0
 | 
						|
 | 
						|
    if-eqz p1, :cond_3
 | 
						|
 | 
						|
    .line 1
 | 
						|
    const-class v2, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
 | 
						|
 | 
						|
    invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
 | 
						|
 | 
						|
    move-result-object v3
 | 
						|
 | 
						|
    if-eq v2, v3, :cond_1
 | 
						|
 | 
						|
    goto :goto_1
 | 
						|
 | 
						|
    .line 2
 | 
						|
    :cond_1
 | 
						|
    check-cast p1, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
 | 
						|
 | 
						|
    .line 3
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
 | 
						|
 | 
						|
    move-result v2
 | 
						|
 | 
						|
    invoke-static {v2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
 | 
						|
 | 
						|
    move-result-object v2
 | 
						|
 | 
						|
    invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
 | 
						|
 | 
						|
    move-result v3
 | 
						|
 | 
						|
    invoke-static {v3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
 | 
						|
 | 
						|
    move-result-object v3
 | 
						|
 | 
						|
    invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    move-result v2
 | 
						|
 | 
						|
    if-eqz v2, :cond_2
 | 
						|
 | 
						|
    .line 4
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    move-result-object v2
 | 
						|
 | 
						|
    invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    move-result-object p1
 | 
						|
 | 
						|
    invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    move-result p1
 | 
						|
 | 
						|
    if-eqz p1, :cond_2
 | 
						|
 | 
						|
    goto :goto_0
 | 
						|
 | 
						|
    :cond_2
 | 
						|
    move v0, v1
 | 
						|
 | 
						|
    :goto_0
 | 
						|
    return v0
 | 
						|
 | 
						|
    :cond_3
 | 
						|
    :goto_1
 | 
						|
    return v1
 | 
						|
.end method
 | 
						|
 | 
						|
.method public getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
    .locals 1
 | 
						|
    .annotation build Landroidx/annotation/NonNull;
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public hashCode()I
 | 
						|
    .locals 3
 | 
						|
 | 
						|
    const/4 v0, 0x2
 | 
						|
 | 
						|
    new-array v0, v0, [Ljava/lang/Object;
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
 | 
						|
 | 
						|
    move-result v1
 | 
						|
 | 
						|
    invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
 | 
						|
 | 
						|
    move-result-object v1
 | 
						|
 | 
						|
    const/4 v2, 0x0
 | 
						|
 | 
						|
    aput-object v1, v0, v2
 | 
						|
 | 
						|
    .line 2
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    move-result-object v1
 | 
						|
 | 
						|
    const/4 v2, 0x1
 | 
						|
 | 
						|
    aput-object v1, v0, v2
 | 
						|
 | 
						|
    .line 3
 | 
						|
    invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
 | 
						|
 | 
						|
    move-result v0
 | 
						|
 | 
						|
    return v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public isUpdated()Z
 | 
						|
    .locals 1
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget-boolean v0, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated:Z
 | 
						|
 | 
						|
    return v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public toString()Ljava/lang/String;
 | 
						|
    .locals 2
 | 
						|
 | 
						|
    const-string v0, "AuthUpdateAttributeResult{isUpdated="
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | 
						|
 | 
						|
    move-result-object v0
 | 
						|
 | 
						|
    .line 2
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
 | 
						|
 | 
						|
    move-result v1
 | 
						|
 | 
						|
    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
 | 
						|
 | 
						|
    const-string v1, ", nextStep="
 | 
						|
 | 
						|
    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | 
						|
 | 
						|
    .line 3
 | 
						|
    invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
 | 
						|
 | 
						|
    move-result-object v1
 | 
						|
 | 
						|
    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | 
						|
 | 
						|
    const/16 v1, 0x7d
 | 
						|
 | 
						|
    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
 | 
						|
 | 
						|
    invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | 
						|
 | 
						|
    move-result-object v0
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 |