@Generated(value="")
public class Status
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
actionInProgress |
java.lang.String |
xClassName |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Boolean |
getActionInProgress() |
int |
hashCode() |
void |
setActionInProgress(java.lang.Boolean actionInProgress) |
void |
setActionInProgress(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> actionInProgressUnsafeSupplier) |
static Status |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.Boolean actionInProgress
public java.lang.String xClassName
public static Status toDTO(java.lang.String json)
public java.lang.Boolean getActionInProgress()
public void setActionInProgress(java.lang.Boolean actionInProgress)
public void setActionInProgress(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> actionInProgressUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object