Class HardwareConstraints

java.lang.Object
org.hobbit.core.data.HardwareConstraints

public class HardwareConstraints extends Object
  • Field Details

    • iri

      protected String iri
    • label

      protected String label
    • ram

      protected long ram
    • cpus

      protected int cpus
  • Constructor Details

    • HardwareConstraints

      public HardwareConstraints()
  • Method Details

    • getIri

      public String getIri()
      Returns:
      the iri
    • setIri

      public void setIri(String iri)
      Parameters:
      iri - the iri to set
    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • getRam

      public long getRam()
      Returns:
      the ram
    • setRam

      public void setRam(long ram)
      Parameters:
      ram - the ram to set
    • getCpus

      public int getCpus()
      Returns:
      the cpus
    • setCpus

      public void setCpus(int cpus)
      Parameters:
      cpus - the cpus to set