first commit
[bylock.git] / sources / com / google / android / gms / b / ay.java
blob8936b6a01eb84ca6de55bcf92814f2ebc110ee5e
1 package com.google.android.gms.b;
3 import java.util.List;
4 import java.util.Map;
6 class ay {
7 private final Map a;
8 private final long b;
9 private final String c;
10 private final List d;
12 public ay(Map map, long j, String str, List list) {
13 this.a = map;
14 this.b = j;
15 this.c = str;
16 this.d = list;
19 public Map a() {
20 return this.a;
23 public long b() {
24 return this.b;
27 public String c() {
28 return this.c;
31 public List d() {
32 return this.d;
35 public String toString() {
36 StringBuilder sb = new StringBuilder();
37 sb.append("PATH: ");
38 sb.append(this.c);
39 if (this.a != null) {
40 sb.append(" PARAMS: ");
41 for (Map.Entry entry : this.a.entrySet()) {
42 sb.append((String) entry.getKey());
43 sb.append("=");
44 sb.append((String) entry.getValue());
45 sb.append(", ");
48 return sb.toString();