Class GetEquityType

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

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

  • Constructor Details

    • GetEquityType

      public GetEquityType()
  • Method Details

    • code

      public GetEquityType code(String code)
    • getCode

      @Nullable public String getCode()
      Get code
      Returns:
      code
    • setCode

      public void setCode(String code)
    • description

      public GetEquityType description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • id

      public GetEquityType id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • 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