Class DeleteGroupsGroupIdResponse

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

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

  • Constructor Details

    • DeleteGroupsGroupIdResponse

      public DeleteGroupsGroupIdResponse()
  • Method Details

    • groupId

      public DeleteGroupsGroupIdResponse groupId(Long groupId)
    • getGroupId

      @Nullable public Long getGroupId()
      Get groupId
      Returns:
      groupId
    • setGroupId

      public void setGroupId(Long groupId)
    • officeId

      public DeleteGroupsGroupIdResponse officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      Get officeId
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • resourceId

      public DeleteGroupsGroupIdResponse resourceId(Long resourceId)
    • getResourceId

      @Nullable public Long getResourceId()
      Get resourceId
      Returns:
      resourceId
    • setResourceId

      public void setResourceId(Long resourceId)
    • 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