public class io.vertx.core.http.StreamPriority extends java.lang.Object
{
public static final int DEFAULT_DEPENDENCY;
public static final short DEFAULT_WEIGHT;
public static final boolean DEFAULT_EXCLUSIVE;
private short weight;
private int dependency;
private boolean exclusive;
public void <init>()
{
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.StreamPriority;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.http.StreamPriority: short weight> = 16;
v.<io.vertx.core.http.StreamPriority: int dependency> = 0;
v.<io.vertx.core.http.StreamPriority: boolean exclusive> = 0;
return;
}
public void <init>(io.vertx.core.json.JsonObject)
{
io.vertx.core.http.StreamPriority v;
java.lang.Integer v, v, v, v;
short v;
int v;
java.lang.Boolean v, v;
io.vertx.core.json.JsonObject v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: io.vertx.core.json.JsonObject;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(16);
v = virtualinvoke v.<io.vertx.core.json.JsonObject: java.lang.Integer getInteger(java.lang.String,java.lang.Integer)>("weight", v);
v = virtualinvoke v.<java.lang.Integer: short shortValue()>();
v.<io.vertx.core.http.StreamPriority: short weight> = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
v = virtualinvoke v.<io.vertx.core.json.JsonObject: java.lang.Integer getInteger(java.lang.String,java.lang.Integer)>("dependency", v);
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<io.vertx.core.http.StreamPriority: int dependency> = v;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(0);
v = virtualinvoke v.<io.vertx.core.json.JsonObject: java.lang.Boolean getBoolean(java.lang.String,java.lang.Boolean)>("exclusive", v);
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
v.<io.vertx.core.http.StreamPriority: boolean exclusive> = v;
return;
}
public void <init>(io.vertx.core.http.StreamPriority)
{
short v;
io.vertx.core.http.StreamPriority v, v;
int v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: io.vertx.core.http.StreamPriority;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<io.vertx.core.http.StreamPriority: short weight>;
v.<io.vertx.core.http.StreamPriority: short weight> = v;
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
v.<io.vertx.core.http.StreamPriority: int dependency> = v;
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
v.<io.vertx.core.http.StreamPriority: boolean exclusive> = v;
return;
}
public short getWeight()
{
short v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.StreamPriority: short weight>;
return v;
}
public io.vertx.core.http.StreamPriority setWeight(short)
{
short v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: short;
v.<io.vertx.core.http.StreamPriority: short weight> = v;
return v;
}
public int getDependency()
{
int v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
return v;
}
public io.vertx.core.http.StreamPriority setDependency(int)
{
int v;
io.vertx.core.http.StreamPriority v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: int;
v.<io.vertx.core.http.StreamPriority: int dependency> = v;
return v;
}
public boolean isExclusive()
{
io.vertx.core.http.StreamPriority v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
return v;
}
public io.vertx.core.http.StreamPriority setExclusive(boolean)
{
io.vertx.core.http.StreamPriority v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: boolean;
v.<io.vertx.core.http.StreamPriority: boolean exclusive> = v;
return v;
}
public int hashCode()
{
io.vertx.core.http.StreamPriority v;
short v, v;
int v, v, v, v, v, v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
if v == 0 goto label;
v = 1231;
goto label;
label:
v = 1237;
label:
v = 31 + v;
v = 31 * v;
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
v = v + v;
v = 31 * v;
v = v.<io.vertx.core.http.StreamPriority: short weight>;
v = v + v;
return v;
}
public boolean equals(java.lang.Object)
{
io.vertx.core.http.StreamPriority v;
short v, v;
int v, v;
java.lang.Class v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.vertx.core.http.StreamPriority;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
return 0;
label:
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
if v == v goto label;
return 0;
label:
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
if v == v goto label;
return 0;
label:
v = v.<io.vertx.core.http.StreamPriority: short weight>;
v = v.<io.vertx.core.http.StreamPriority: short weight>;
if v == v goto label;
return 0;
label:
return 1;
}
public io.vertx.core.json.JsonObject toJson()
{
io.vertx.core.http.StreamPriority v;
java.lang.Integer v;
short v;
java.lang.Short v;
int v;
java.lang.Boolean v;
io.vertx.core.json.JsonObject v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v = new io.vertx.core.json.JsonObject;
specialinvoke v.<io.vertx.core.json.JsonObject: void <init>()>();
v = v.<io.vertx.core.http.StreamPriority: short weight>;
v = staticinvoke <java.lang.Short: java.lang.Short valueOf(short)>(v);
virtualinvoke v.<io.vertx.core.json.JsonObject: io.vertx.core.json.JsonObject put(java.lang.String,java.lang.Object)>("weight", v);
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<io.vertx.core.json.JsonObject: io.vertx.core.json.JsonObject put(java.lang.String,java.lang.Object)>("dependency", v);
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
virtualinvoke v.<io.vertx.core.json.JsonObject: io.vertx.core.json.JsonObject put(java.lang.String,java.lang.Object)>("exclusive", v);
return v;
}
public java.lang.String toString()
{
short v;
io.vertx.core.http.StreamPriority v;
int v;
java.lang.String v;
boolean v;
v := @this: io.vertx.core.http.StreamPriority;
v = v.<io.vertx.core.http.StreamPriority: short weight>;
v = v.<io.vertx.core.http.StreamPriority: int dependency>;
v = v.<io.vertx.core.http.StreamPriority: boolean exclusive>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short,int,boolean)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("StreamPriority [weight=\u, dependency=\u, exclusive=\u]");
return v;
}
}