Class GetNotesNoteType

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

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

  • Constructor Details

    • GetNotesNoteType

      public GetNotesNoteType()
  • Method Details

    • code

      public GetNotesNoteType code(String code)
    • getCode

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

      public void setCode(String code)
    • description

      public GetNotesNoteType description(String description)
    • getDescription

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

      public void setDescription(String description)
    • id

      public GetNotesNoteType 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