Class HeatResource

    • Constructor Detail

      • HeatResource

        public HeatResource()
    • Method Detail

      • getLinks

        public List<? extends Link> getLinks()
        Description copied from interface: Resource
        Returns the link of the resource
        Specified by:
        getLinks in interface Resource
        Returns:
        the link of the resource
      • getTime

        public Date getTime()
        Description copied from interface: Resource
        Returns the update time of the resource
        Specified by:
        getTime in interface Resource
        Returns:
        the update time of the resource
      • getType

        public String getType()
        Description copied from interface: Resource
        Returns the type of the resource
        Specified by:
        getType in interface Resource
        Returns:
        the type of the resource
      • getReason

        public String getReason()
        Description copied from interface: Resource
        Returns the type of the resource
        Specified by:
        getReason in interface Resource
        Returns:
        the type of the resource
      • getResourceName

        public String getResourceName()
        Description copied from interface: Resource
        Returns the name of the resource
        Specified by:
        getResourceName in interface Resource
        Returns:
        the name of the resource
      • getLocalReourceId

        public String getLocalReourceId()
        Description copied from interface: Resource
        Returns the local resource id of the resource
        Specified by:
        getLocalReourceId in interface Resource
        Returns:
        the local resource id of the resource
      • getResourceStatus

        public String getResourceStatus()
        Description copied from interface: Resource
        Returns the local resource id of the resource
        Specified by:
        getResourceStatus in interface Resource
        Returns:
        the local resource id of the resource
      • getPhysicalResourceId

        public String getPhysicalResourceId()
        Description copied from interface: Resource
        Returns the local physical resource id of the resource
        Specified by:
        getPhysicalResourceId in interface Resource
        Returns:
        the local physical resource id of the resource
      • getRequiredBy

        public List<String> getRequiredBy()
        Description copied from interface: Resource
        Returns the resource name which need this resource
        Specified by:
        getRequiredBy in interface Resource
        Returns:
        the resource name which need this resource