72 lines
1.3 KiB
Smali
72 lines
1.3 KiB
Smali
.class public Lcom/intowow/sdk/NativeAd$Image;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/intowow/sdk/NativeAd;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Image"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private a:Ljava/lang/String;
|
|
|
|
.field private b:I
|
|
|
|
.field private c:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;II)V
|
|
.locals 0
|
|
|
|
.line 140
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 141
|
|
iput-object p1, p0, Lcom/intowow/sdk/NativeAd$Image;->a:Ljava/lang/String;
|
|
|
|
.line 142
|
|
iput p2, p0, Lcom/intowow/sdk/NativeAd$Image;->b:I
|
|
|
|
.line 143
|
|
iput p3, p0, Lcom/intowow/sdk/NativeAd$Image;->c:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getHeight()I
|
|
.locals 1
|
|
|
|
.line 170
|
|
iget v0, p0, Lcom/intowow/sdk/NativeAd$Image;->c:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getUrl()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 152
|
|
iget-object v0, p0, Lcom/intowow/sdk/NativeAd$Image;->a:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getWidth()I
|
|
.locals 1
|
|
|
|
.line 161
|
|
iget v0, p0, Lcom/intowow/sdk/NativeAd$Image;->b:I
|
|
|
|
return v0
|
|
.end method
|