2022-06-10 21:38:30 +09:00

53 lines
1.2 KiB
Smali

.class public interface abstract Lng/i;
.super Ljava/lang/Object;
.source "HttpParams.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract copy()Lng/i;
.end method
.method public abstract getBooleanParameter(Ljava/lang/String;Z)Z
.end method
.method public abstract getDoubleParameter(Ljava/lang/String;D)D
.end method
.method public abstract getIntParameter(Ljava/lang/String;I)I
.end method
.method public abstract getLongParameter(Ljava/lang/String;J)J
.end method
.method public abstract getParameter(Ljava/lang/String;)Ljava/lang/Object;
.end method
.method public abstract isParameterFalse(Ljava/lang/String;)Z
.end method
.method public abstract isParameterTrue(Ljava/lang/String;)Z
.end method
.method public abstract removeParameter(Ljava/lang/String;)Z
.end method
.method public abstract setBooleanParameter(Ljava/lang/String;Z)Lng/i;
.end method
.method public abstract setDoubleParameter(Ljava/lang/String;D)Lng/i;
.end method
.method public abstract setIntParameter(Ljava/lang/String;I)Lng/i;
.end method
.method public abstract setLongParameter(Ljava/lang/String;J)Lng/i;
.end method
.method public abstract setParameter(Ljava/lang/String;Ljava/lang/Object;)Lng/i;
.end method