LogStruct.java

package net.metanotion.multitenant.adminapp;

/** <i>This is a data/struct/value class generated by the SQLC compiler.</i> */
@javax.annotation.Generated("net.metanotion.sqlc.SQLC") public final class LogStruct {
	public java.lang.Long TenantId;
	public java.lang.String TenantName;
	public java.lang.String Event;
	public org.joda.time.ReadableInstant EventTime;
	public java.lang.String Username;
	public java.lang.Long EventId;
	public java.lang.Long UserId;
}