Class Survey

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

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

  • Constructor Details

    • Survey

      public Survey()
  • Method Details

    • components

      public Survey components(List<Component> components)
    • addComponentsItem

      public Survey addComponentsItem(Component componentsItem)
    • getComponents

      @Nullable public List<Component> getComponents()
      Get components
      Returns:
      components
    • setComponents

      public void setComponents(List<Component> components)
    • countryCode

      public Survey countryCode(String countryCode)
    • getCountryCode

      @Nullable public String getCountryCode()
      Get countryCode
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(String countryCode)
    • description

      public Survey description(String description)
    • getDescription

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

      public void setDescription(String description)
    • id

      public Survey id(Long id)
    • getId

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

      public void setId(Long id)
    • key

      public Survey key(String key)
    • getKey

      @Nullable public String getKey()
      Get key
      Returns:
      key
    • setKey

      public void setKey(String key)
    • name

      public Survey name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • _new

      public Survey _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • questions

      public Survey questions(List<Question> questions)
    • addQuestionsItem

      public Survey addQuestionsItem(Question questionsItem)
    • getQuestions

      @Nullable public List<Question> getQuestions()
      Get questions
      Returns:
      questions
    • setQuestions

      public void setQuestions(List<Question> questions)
    • validFrom

      public Survey validFrom(LocalDate validFrom)
    • getValidFrom

      @Nullable public LocalDate getValidFrom()
      Get validFrom
      Returns:
      validFrom
    • setValidFrom

      public void setValidFrom(LocalDate validFrom)
    • validTo

      public Survey validTo(LocalDate validTo)
    • getValidTo

      @Nullable public LocalDate getValidTo()
      Get validTo
      Returns:
      validTo
    • setValidTo

      public void setValidTo(LocalDate validTo)
    • 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