public class org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 extends java.lang.Object
{
private java.lang.String flowId;
private java.lang.Integer version;
private java.util.Date created;
private java.lang.String createdBy;
private java.lang.String comments;
public void <init>()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String getFlowId()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String flowId>;
return v;
}
public void setFlowId(java.lang.String)
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.lang.String;
v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String flowId> = v;
return;
}
public java.lang.Integer getVersion()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.Integer v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.Integer version>;
return v;
}
public void setVersion(java.lang.Integer)
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.Integer v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.lang.Integer;
v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.Integer version> = v;
return;
}
public java.util.Date getCreated()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.util.Date v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.util.Date created>;
return v;
}
public void setCreated(java.util.Date)
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.util.Date v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.util.Date;
v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.util.Date created> = v;
return;
}
public java.lang.String getCreatedBy()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String createdBy>;
return v;
}
public void setCreatedBy(java.lang.String)
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.lang.String;
v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String createdBy> = v;
return;
}
public java.lang.String getComments()
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String comments>;
return v;
}
public void setComments(java.lang.String)
{
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.lang.String;
v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String comments> = v;
return;
}
public int hashCode()
{
java.lang.Object[] v;
int v;
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.String v;
java.lang.Integer v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v = newarray (java.lang.Object)[2];
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String flowId>;
v[0] = v;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.Integer version>;
v[1] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Integer v, v;
org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1 v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
v := @parameter: java.lang.Object;
if v != null goto label;
return 0;
label:
v = v instanceof org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String flowId>;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.String flowId>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.Integer version>;
v = v.<org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1: java.lang.Integer version>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}