Class Event

java.lang.Object
org.apache.fineract.client.models.Event

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Event extends Object
Event
  • Field Details

  • Constructor Details

    • Event

      public Event()
  • Method Details

    • actionName

      public Event actionName(String actionName)
    • getActionName

      @Nullable public String getActionName()
      Get actionName
      Returns:
      actionName
    • setActionName

      public void setActionName(String actionName)
    • entityName

      public Event entityName(String entityName)
    • getEntityName

      @Nullable public String getEntityName()
      Get entityName
      Returns:
      entityName
    • setEntityName

      public void setEntityName(String entityName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object