public class Intent implements IntentAware
An intent definition.
public Intent(@NotNull
java.lang.String name)
An intent definition.
name - The qualified name of the intent.@NotNull public Intent wrappedIntent()
@NotNull public java.lang.String getName()
The qualified name of the intent.
@NotNull public java.lang.String component1()
The qualified name of the intent.
@NotNull public Intent copy(@NotNull java.lang.String name)
An intent definition.
@NotNull public java.lang.String toString()
An intent definition.
public int hashCode()
An intent definition.
public boolean equals(@Nullable
java.lang.Object p)
An intent definition.