public class io.vertx.mutiny.core.http.Cookie extends java.lang.Object
{
public static final io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG;
private final io.vertx.core.http.Cookie delegate;
public void <init>(io.vertx.core.http.Cookie)
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: io.vertx.core.http.Cookie;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate> = v;
return;
}
public void <init>(java.lang.Object)
{
java.lang.Object v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate> = v;
return;
}
void <init>()
{
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate> = null;
return;
}
public io.vertx.core.http.Cookie getDelegate()
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
return v;
}
public java.lang.String toString()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Class v, v;
java.lang.Object v;
io.vertx.core.http.Cookie v, v;
io.vertx.mutiny.core.http.Cookie v;
boolean v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto 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;
label:
return 0;
label:
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public static io.vertx.mutiny.core.http.Cookie cookie(java.lang.String, java.lang.String)
{
java.lang.String v, v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = staticinvoke <io.vertx.core.http.Cookie: io.vertx.core.http.Cookie cookie(java.lang.String,java.lang.String)>(v, v);
v = staticinvoke <io.vertx.mutiny.core.http.Cookie: io.vertx.mutiny.core.http.Cookie newInstance(io.vertx.core.http.Cookie)>(v);
return v;
}
public java.lang.String getName()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String getName()>();
return v;
}
public java.lang.String getValue()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String getValue()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setValue(java.lang.String)
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: java.lang.String;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setValue(java.lang.String)>(v);
return v;
}
public io.vertx.mutiny.core.http.Cookie setDomain(java.lang.String)
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: java.lang.String;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setDomain(java.lang.String)>(v);
return v;
}
public java.lang.String getDomain()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String getDomain()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setPath(java.lang.String)
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: java.lang.String;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setPath(java.lang.String)>(v);
return v;
}
public java.lang.String getPath()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String getPath()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setMaxAge(long)
{
long v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: long;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setMaxAge(long)>(v);
return v;
}
public long getMaxAge()
{
long v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: long getMaxAge()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setSecure(boolean)
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
boolean v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: boolean;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setSecure(boolean)>(v);
return v;
}
public boolean isSecure()
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
boolean v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: boolean isSecure()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setHttpOnly(boolean)
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
boolean v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: boolean;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setHttpOnly(boolean)>(v);
return v;
}
public boolean isHttpOnly()
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
boolean v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: boolean isHttpOnly()>();
return v;
}
public io.vertx.mutiny.core.http.Cookie setSameSite(io.vertx.core.http.CookieSameSite)
{
io.vertx.core.http.Cookie v;
io.vertx.core.http.CookieSameSite v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v := @parameter: io.vertx.core.http.CookieSameSite;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.Cookie setSameSite(io.vertx.core.http.CookieSameSite)>(v);
return v;
}
public io.vertx.core.http.CookieSameSite getSameSite()
{
io.vertx.core.http.Cookie v;
io.vertx.core.http.CookieSameSite v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: io.vertx.core.http.CookieSameSite getSameSite()>();
return v;
}
public java.lang.String encode()
{
java.lang.String v;
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @this: io.vertx.mutiny.core.http.Cookie;
v = v.<io.vertx.mutiny.core.http.Cookie: io.vertx.core.http.Cookie delegate>;
v = interfaceinvoke v.<io.vertx.core.http.Cookie: java.lang.String encode()>();
return v;
}
public static io.vertx.mutiny.core.http.Cookie newInstance(io.vertx.core.http.Cookie)
{
io.vertx.core.http.Cookie v;
io.vertx.mutiny.core.http.Cookie v;
v := @parameter: io.vertx.core.http.Cookie;
if v == null goto label;
v = new io.vertx.mutiny.core.http.Cookie;
specialinvoke v.<io.vertx.mutiny.core.http.Cookie: void <init>(io.vertx.core.http.Cookie)>(v);
goto label;
label:
v = null;
label:
return v;
}
static void <clinit>()
{
java.util.function.Function v, v;
io.smallrye.mutiny.vertx.TypeArg v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.Cookie$lambda_static_0__2327: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.Cookie$getDelegate__2328: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.Cookie: io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG> = v;
return;
}
}