public final enum class okhttp.logging.HttpLoggingInterceptor$Level extends java.lang.Enum
{
public static final enum okhttp.logging.HttpLoggingInterceptor$Level NONE;
public static final enum okhttp.logging.HttpLoggingInterceptor$Level BASIC;
public static final enum okhttp.logging.HttpLoggingInterceptor$Level HEADERS;
public static final enum okhttp.logging.HttpLoggingInterceptor$Level BODY;
private static final okhttp.logging.HttpLoggingInterceptor$Level[] $VALUES;
public static okhttp.logging.HttpLoggingInterceptor$Level[] values()
{
java.lang.Object v;
okhttp.logging.HttpLoggingInterceptor$Level[] v;
v = <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static okhttp.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lokhttp3/logging/HttpLoggingInterceptor$Level;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
okhttp.logging.HttpLoggingInterceptor$Level v;
v := @this: okhttp.logging.HttpLoggingInterceptor$Level;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static okhttp.logging.HttpLoggingInterceptor$Level[] $values()
{
okhttp.logging.HttpLoggingInterceptor$Level[] v;
okhttp.logging.HttpLoggingInterceptor$Level v, v, v, v;
v = newarray (okhttp.logging.HttpLoggingInterceptor$Level)[4];
v = <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level NONE>;
v[0] = v;
v = <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level BASIC>;
v[1] = v;
v = <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level HEADERS>;
v[2] = v;
v = <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level BODY>;
v[3] = v;
return v;
}
static void <clinit>()
{
okhttp.logging.HttpLoggingInterceptor$Level[] v;
okhttp.logging.HttpLoggingInterceptor$Level v, v, v, v;
v = new okhttp.logging.HttpLoggingInterceptor$Level;
specialinvoke v.<okhttp.logging.HttpLoggingInterceptor$Level: void <init>(java.lang.String,int)>("NONE", 0);
<okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level NONE> = v;
v = new okhttp.logging.HttpLoggingInterceptor$Level;
specialinvoke v.<okhttp.logging.HttpLoggingInterceptor$Level: void <init>(java.lang.String,int)>("BASIC", 1);
<okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level BASIC> = v;
v = new okhttp.logging.HttpLoggingInterceptor$Level;
specialinvoke v.<okhttp.logging.HttpLoggingInterceptor$Level: void <init>(java.lang.String,int)>("HEADERS", 2);
<okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level HEADERS> = v;
v = new okhttp.logging.HttpLoggingInterceptor$Level;
specialinvoke v.<okhttp.logging.HttpLoggingInterceptor$Level: void <init>(java.lang.String,int)>("BODY", 3);
<okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level BODY> = v;
v = staticinvoke <okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level[] $values()>();
<okhttp.logging.HttpLoggingInterceptor$Level: okhttp.logging.HttpLoggingInterceptor$Level[] $VALUES> = v;
return;
}
}