Class ComputeRequirementTemplateSearch

java.lang.Object
co.yellowdog.platform.interaction.compute.ComputeRequirementTemplateSearch
All Implemented Interfaces:
Search

public class ComputeRequirementTemplateSearch extends Object implements Search
  • Method Details

    • builder

    • getSortField

      public String getSortField()
      Specified by:
      getSortField in interface Search
    • getSortDirection

      public SortDirection getSortDirection()
      Specified by:
      getSortDirection in interface Search
    • getName

      public String getName()
    • getNamespaces

      public List<String> getNamespaces()
    • getType

      public List<@AllowedValues({"co.yellowdog.platform.model.ComputeRequirementDynamicTemplate","co.yellowdog.platform.model.ComputeRequirementStaticTemplate"}) String> getType()
    • getStrategyType

      public List<@AllowedValues({"co.yellowdog.platform.model.SingleSourceProvisionStrategy","co.yellowdog.platform.model.SplitProvisionStrategy","co.yellowdog.platform.model.WaterfallProvisionStrategy"}) String> getStrategyType()
    • setSortField

      public void setSortField(String sortField)
    • setSortDirection

      public void setSortDirection(SortDirection sortDirection)
    • setName

      public void setName(String name)
    • setNamespaces

      public void setNamespaces(List<String> namespaces)
    • setType

      public void setType(List<@AllowedValues({"co.yellowdog.platform.model.ComputeRequirementDynamicTemplate","co.yellowdog.platform.model.ComputeRequirementStaticTemplate"}) String> type)
    • setStrategyType

      public void setStrategyType(List<@AllowedValues({"co.yellowdog.platform.model.SingleSourceProvisionStrategy","co.yellowdog.platform.model.SplitProvisionStrategy","co.yellowdog.platform.model.WaterfallProvisionStrategy"}) String> strategyType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object