Class Host.ResourceWrapper.Resource

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Host.ResourceWrapper

    public static final class Host.ResourceWrapper.Resource
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer cpu  
      private java.lang.Integer diskGb  
      private java.lang.String host  
      private java.lang.Integer memoryMb  
      private java.lang.String project  
    • Constructor Summary

      Constructors 
      Constructor Description
      Resource()  
    • Field Detail

      • project

        private java.lang.String project
      • memoryMb

        private java.lang.Integer memoryMb
      • host

        private java.lang.String host
      • cpu

        private java.lang.Integer cpu
      • diskGb

        private java.lang.Integer diskGb
    • Constructor Detail

      • Resource

        public Resource()
    • Method Detail

      • getProject

        public java.lang.String getProject()
        Returns:
        the project
      • getMemoryMb

        public java.lang.Integer getMemoryMb()
        Returns:
        the memoryMb
      • getHost

        public java.lang.String getHost()
        Returns:
        the host
      • getCpu

        public java.lang.Integer getCpu()
        Returns:
        the cpu
      • getDiskGb

        public java.lang.Integer getDiskGb()
        Returns:
        the diskGb
      • toString

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