Dispatch.smali
.class public Lcom/sandboxol/center/entity/Dispatch;
.super Ljava/lang/Object;
.source "Dispatch.java"
# instance fields
.field private cdns:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/sandboxol/file/entity/CdnConfigDetail;",
">;"
}
.end annotation
.end field
.field public chatRoomId:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "croomid"
.end annotation
.end field
.field public code:I
.annotation runtime Lcom/google/gson/a/c;
value = "code"
.end annotation
.end field
.field private country:Ljava/lang/String;
.field public dispUrl:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "dispUrl"
.end annotation
.end field
.field public gAddr:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "gaddr"
.end annotation
.end field
.field public gameType:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "gameType"
.end annotation
.end field
.field public mapId:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "mid"
.end annotation
.end field
.field public mapName:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "mname"
.end annotation
.end field
.field public mapUrl:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "downurl"
.end annotation
.end field
.field public name:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "name"
.end annotation
.end field
.field public region:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "region"
.end annotation
.end field
.field public requestIds:Ljava/util/Map;
.annotation runtime Lcom/google/gson/a/c;
value = "requestIds"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/Long;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public resVersion:I
.annotation runtime Lcom/google/gson/a/c;
value = "resVersion"
.end annotation
.end field
.field public retry:Z
.annotation runtime Lcom/google/gson/a/c;
value = "retry"
.end annotation
.end field
.field public signature:Ljava/lang/String;
.annotation runtime Lcom/google/gson/a/c;
value = "signature"
.end annotation
.end field
.field public timestamp:J
.annotation runtime Lcom/google/gson/a/c;
value = "timestamp"
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getCdns()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/sandboxol/file/entity/CdnConfigDetail;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/center/entity/Dispatch;->cdns:Ljava/util/List;
return-object v0
.end method
.method public getCountry()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/center/entity/Dispatch;->country:Ljava/lang/String;
return-object v0
.end method
.method public setCdns(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/sandboxol/file/entity/CdnConfigDetail;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/center/entity/Dispatch;->cdns:Ljava/util/List;
return-void
.end method
.method public setCountry(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/center/entity/Dispatch;->country:Ljava/lang/String;
return-void
.end method