Class ProductMixRequest

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

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

  • Constructor Details

    • ProductMixRequest

      public ProductMixRequest()
  • Method Details

    • restrictedProducts

      public ProductMixRequest restrictedProducts(List<Long> restrictedProducts)
    • addRestrictedProductsItem

      public ProductMixRequest addRestrictedProductsItem(Long restrictedProductsItem)
    • getRestrictedProducts

      @Nullable public List<Long> getRestrictedProducts()
      Get restrictedProducts
      Returns:
      restrictedProducts
    • setRestrictedProducts

      public void setRestrictedProducts(List<Long> restrictedProducts)
    • 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