public class CanIDeployResult
public CanIDeployResult(boolean ok,
@NotNull
java.lang.String message,
@NotNull
java.lang.String reason)
public boolean getOk()
@NotNull public java.lang.String getMessage()
@NotNull public java.lang.String getReason()
public boolean component1()
@NotNull public java.lang.String component2()
@NotNull public java.lang.String component3()
@NotNull public CanIDeployResult copy(boolean ok, @NotNull java.lang.String message, @NotNull java.lang.String reason)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)