Class AssetMachineBaseInfo

    • Constructor Detail

      • AssetMachineBaseInfo

        public AssetMachineBaseInfo()
      • AssetMachineBaseInfo

        public AssetMachineBaseInfo​(AssetMachineBaseInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getQuuid

        public String getQuuid()
        Get 服务器Quuid
        Returns:
        Quuid 服务器Quuid
      • setQuuid

        public void setQuuid​(String Quuid)
        Set 服务器Quuid
        Parameters:
        Quuid - 服务器Quuid
      • getUuid

        public String getUuid()
        Get 服务器uuid
        Returns:
        Uuid 服务器uuid
      • setUuid

        public void setUuid​(String Uuid)
        Set 服务器uuid
        Parameters:
        Uuid - 服务器uuid
      • getMachineIp

        public String getMachineIp()
        Get 服务器内网IP
        Returns:
        MachineIp 服务器内网IP
      • setMachineIp

        public void setMachineIp​(String MachineIp)
        Set 服务器内网IP
        Parameters:
        MachineIp - 服务器内网IP
      • getMachineName

        public String getMachineName()
        Get 服务器名称
        Returns:
        MachineName 服务器名称
      • setMachineName

        public void setMachineName​(String MachineName)
        Set 服务器名称
        Parameters:
        MachineName - 服务器名称
      • getOsInfo

        public String getOsInfo()
        Get 操作系统名称
        Returns:
        OsInfo 操作系统名称
      • setOsInfo

        public void setOsInfo​(String OsInfo)
        Set 操作系统名称
        Parameters:
        OsInfo - 操作系统名称
      • getCpu

        public String getCpu()
        Get CPU信息
        Returns:
        Cpu CPU信息
      • setCpu

        public void setCpu​(String Cpu)
        Set CPU信息
        Parameters:
        Cpu - CPU信息
      • getMemSize

        public Long getMemSize()
        Get 内存容量:单位G
        Returns:
        MemSize 内存容量:单位G
      • setMemSize

        public void setMemSize​(Long MemSize)
        Set 内存容量:单位G
        Parameters:
        MemSize - 内存容量:单位G
      • getMemLoad

        public String getMemLoad()
        Get 内存使用率百分比
        Returns:
        MemLoad 内存使用率百分比
      • setMemLoad

        public void setMemLoad​(String MemLoad)
        Set 内存使用率百分比
        Parameters:
        MemLoad - 内存使用率百分比
      • getDiskSize

        public Long getDiskSize()
        Get 硬盘容量:单位G
        Returns:
        DiskSize 硬盘容量:单位G
      • setDiskSize

        public void setDiskSize​(Long DiskSize)
        Set 硬盘容量:单位G
        Parameters:
        DiskSize - 硬盘容量:单位G
      • getDiskLoad

        public String getDiskLoad()
        Get 硬盘使用率百分比
        Returns:
        DiskLoad 硬盘使用率百分比
      • setDiskLoad

        public void setDiskLoad​(String DiskLoad)
        Set 硬盘使用率百分比
        Parameters:
        DiskLoad - 硬盘使用率百分比
      • getPartitionCount

        public Long getPartitionCount()
        Get 分区数
        Returns:
        PartitionCount 分区数
      • setPartitionCount

        public void setPartitionCount​(Long PartitionCount)
        Set 分区数
        Parameters:
        PartitionCount - 分区数
      • getMachineWanIp

        public String getMachineWanIp()
        Get 主机外网IP
        Returns:
        MachineWanIp 主机外网IP
      • setMachineWanIp

        public void setMachineWanIp​(String MachineWanIp)
        Set 主机外网IP
        Parameters:
        MachineWanIp - 主机外网IP
      • getProjectId

        public Long getProjectId()
        Get 业务组ID
        Returns:
        ProjectId 业务组ID
      • setProjectId

        public void setProjectId​(Long ProjectId)
        Set 业务组ID
        Parameters:
        ProjectId - 业务组ID
      • getCpuSize

        public Long getCpuSize()
        Get Cpu数量
        Returns:
        CpuSize Cpu数量
      • setCpuSize

        public void setCpuSize​(Long CpuSize)
        Set Cpu数量
        Parameters:
        CpuSize - Cpu数量
      • getCpuLoad

        public String getCpuLoad()
        Get Cpu使用率百分比
        Returns:
        CpuLoad Cpu使用率百分比
      • setCpuLoad

        public void setCpuLoad​(String CpuLoad)
        Set Cpu使用率百分比
        Parameters:
        CpuLoad - Cpu使用率百分比
      • getTag

        public MachineTag[] getTag()
        Get 标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tag 标签 注意:此字段可能返回 null,表示取不到有效值。
      • setTag

        public void setTag​(MachineTag[] Tag)
        Set 标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tag - 标签 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdateTime

        public String getUpdateTime()
        Get 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdateTime 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdateTime - 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • getIsNew

        public Long getIsNew()
        Get 是否新增[0:否|1:是]
        Returns:
        IsNew 是否新增[0:否|1:是]
      • setIsNew

        public void setIsNew​(Long IsNew)
        Set 是否新增[0:否|1:是]
        Parameters:
        IsNew - 是否新增[0:否|1:是]
      • getFirstTime

        public String getFirstTime()
        Get 首次采集时间
        Returns:
        FirstTime 首次采集时间
      • setFirstTime

        public void setFirstTime​(String FirstTime)
        Set 首次采集时间
        Parameters:
        FirstTime - 首次采集时间
      • getMachineExtraInfo

        public MachineExtraInfo getMachineExtraInfo()
        Get 附加信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MachineExtraInfo 附加信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMachineExtraInfo

        public void setMachineExtraInfo​(MachineExtraInfo MachineExtraInfo)
        Set 附加信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MachineExtraInfo - 附加信息 注意:此字段可能返回 null,表示取不到有效值。