Class AssetWebAppBaseInfo

    • Constructor Detail

      • AssetWebAppBaseInfo

        public AssetWebAppBaseInfo()
      • AssetWebAppBaseInfo

        public AssetWebAppBaseInfo​(AssetWebAppBaseInfo 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

      • getMachineIp

        public String getMachineIp()
        Get 主机内网IP
        Returns:
        MachineIp 主机内网IP
      • setMachineIp

        public void setMachineIp​(String MachineIp)
        Set 主机内网IP
        Parameters:
        MachineIp - 主机内网IP
      • getMachineWanIp

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

        public void setMachineWanIp​(String MachineWanIp)
        Set 主机外网IP
        Parameters:
        MachineWanIp - 主机外网IP
      • 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
      • getOsInfo

        public String getOsInfo()
        Get 操作系统信息
        Returns:
        OsInfo 操作系统信息
      • setOsInfo

        public void setOsInfo​(String OsInfo)
        Set 操作系统信息
        Parameters:
        OsInfo - 操作系统信息
      • getProjectId

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

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

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

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

        public String getName()
        Get 应用名
        Returns:
        Name 应用名
      • setName

        public void setName​(String Name)
        Set 应用名
        Parameters:
        Name - 应用名
      • getVersion

        public String getVersion()
        Get 版本
        Returns:
        Version 版本
      • setVersion

        public void setVersion​(String Version)
        Set 版本
        Parameters:
        Version - 版本
      • getRootPath

        public String getRootPath()
        Get 根路径
        Returns:
        RootPath 根路径
      • setRootPath

        public void setRootPath​(String RootPath)
        Set 根路径
        Parameters:
        RootPath - 根路径
      • getServiceType

        public String getServiceType()
        Get 服务类型
        Returns:
        ServiceType 服务类型
      • setServiceType

        public void setServiceType​(String ServiceType)
        Set 服务类型
        Parameters:
        ServiceType - 服务类型
      • getDomain

        public String getDomain()
        Get 站点域名
        Returns:
        Domain 站点域名
      • setDomain

        public void setDomain​(String Domain)
        Set 站点域名
        Parameters:
        Domain - 站点域名
      • getVirtualPath

        public String getVirtualPath()
        Get 虚拟路径
        Returns:
        VirtualPath 虚拟路径
      • setVirtualPath

        public void setVirtualPath​(String VirtualPath)
        Set 虚拟路径
        Parameters:
        VirtualPath - 虚拟路径
      • getPluginCount

        public Long getPluginCount()
        Get 插件数
        Returns:
        PluginCount 插件数
      • setPluginCount

        public void setPluginCount​(Long PluginCount)
        Set 插件数
        Parameters:
        PluginCount - 插件数
      • getId

        public String getId()
        Get 应用ID
        Returns:
        Id 应用ID
      • setId

        public void setId​(String Id)
        Set 应用ID
        Parameters:
        Id - 应用ID
      • getDesc

        public String getDesc()
        Get 应用描述
        Returns:
        Desc 应用描述
      • setDesc

        public void setDesc​(String Desc)
        Set 应用描述
        Parameters:
        Desc - 应用描述
      • getMachineName

        public String getMachineName()
        Get 主机名称
        Returns:
        MachineName 主机名称
      • setMachineName

        public void setMachineName​(String MachineName)
        Set 主机名称
        Parameters:
        MachineName - 主机名称
      • getUpdateTime

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

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

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

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

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

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

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

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