Class InstanceStatus

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class InstanceStatus
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    InstanceStatus defines the observed state of Instance
    • Method Detail

      • getPlanStatus

        public java.util.Map<java.lang.String,​InstanceStatusPlanStatus> getPlanStatus()
        slice would be enough here but we cannot use slice because order of sequence in yaml is considered significant while here it's not
      • setPlanStatus

        public void setPlanStatus​(java.util.Map<java.lang.String,​InstanceStatusPlanStatus> planStatus)
        slice would be enough here but we cannot use slice because order of sequence in yaml is considered significant while here it's not
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object