public class org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext extends java.lang.Object implements org.apache.nifi.registry.flow.FlowSnapshotContext
{
private final java.lang.String bucketId;
private final java.lang.String bucketName;
private final java.lang.String flowId;
private final java.lang.String flowName;
private final java.lang.String flowDescription;
private final int version;
private final java.lang.String comments;
private final java.lang.String author;
private final long snapshotTimestamp;
private void <init>(org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder)
{
long v, v;
byte v;
int v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder v;
boolean v, v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v := @parameter: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String bucketId>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String bucketName>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String flowId>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowId> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String flowName>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String flowDescription>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowDescription> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: int version>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String comments>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String comments> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: java.lang.String author>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String author> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext$Builder: long snapshotTimestamp>;
v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp> = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId>;
staticinvoke <org.apache.commons.lang.Validate: java.lang.CharSequence notBlank(java.lang.CharSequence)>(v);
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName>;
staticinvoke <org.apache.commons.lang.Validate: java.lang.CharSequence notBlank(java.lang.CharSequence)>(v);
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowId>;
staticinvoke <org.apache.commons.lang.Validate: java.lang.CharSequence notBlank(java.lang.CharSequence)>(v);
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName>;
staticinvoke <org.apache.commons.lang.Validate: java.lang.CharSequence notBlank(java.lang.CharSequence)>(v);
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version>;
if v <= 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
staticinvoke <org.apache.commons.lang.Validate: void isTrue(boolean)>(v);
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp>;
v = v cmp 0L;
if v <= 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
staticinvoke <org.apache.commons.lang.Validate: void isTrue(boolean)>(v);
return;
}
public java.lang.String getBucketId()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId>;
return v;
}
public java.lang.String getBucketName()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName>;
return v;
}
public java.lang.String getFlowId()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowId>;
return v;
}
public java.lang.String getFlowName()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName>;
return v;
}
public java.lang.String getFlowDescription()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowDescription>;
return v;
}
public int getVersion()
{
int v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version>;
return v;
}
public java.lang.String getComments()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String comments>;
return v;
}
public long getSnapshotTimestamp()
{
long v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp>;
return v;
}
public java.lang.String getAuthor()
{
java.lang.String v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String author>;
return v;
}
public boolean equals(java.lang.Object)
{
long v, v;
byte v;
int v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v;
boolean v, v, v, v, v, v, v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
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.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version>;
if v != v goto label;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp>;
v = v cmp v;
if v != 0 goto label;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId>;
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.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName>;
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.provider.flow.StandardFlowSnapshotContext: java.lang.String flowId>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: 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.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName>;
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.provider.flow.StandardFlowSnapshotContext: java.lang.String comments>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String comments>;
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.provider.flow.StandardFlowSnapshotContext: java.lang.String author>;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String author>;
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;
}
public int hashCode()
{
java.lang.Object[] v;
org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext v;
long v;
java.lang.Integer v;
java.lang.Long v;
int v, v;
java.lang.String v, v, v, v, v, v;
v := @this: org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext;
v = newarray (java.lang.Object)[8];
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketId>;
v[0] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String bucketName>;
v[1] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowId>;
v[2] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String flowName>;
v[3] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: int version>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[4] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String comments>;
v[5] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: java.lang.String author>;
v[6] = v;
v = v.<org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext: long snapshotTimestamp>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
v[7] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
}