Class AssetDatabaseBaseInfo

    • Constructor Detail

      • AssetDatabaseBaseInfo

        public AssetDatabaseBaseInfo()
      • AssetDatabaseBaseInfo

        public AssetDatabaseBaseInfo​(AssetDatabaseBaseInfo 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 - 版本
      • getPort

        public String getPort()
        Get 监听端口
        Returns:
        Port 监听端口
      • setPort

        public void setPort​(String Port)
        Set 监听端口
        Parameters:
        Port - 监听端口
      • getProto

        public String getProto()
        Get 协议
        Returns:
        Proto 协议
      • setProto

        public void setProto​(String Proto)
        Set 协议
        Parameters:
        Proto - 协议
      • getUser

        public String getUser()
        Get 运行用户
        Returns:
        User 运行用户
      • setUser

        public void setUser​(String User)
        Set 运行用户
        Parameters:
        User - 运行用户
      • getIp

        public String getIp()
        Get 绑定IP
        Returns:
        Ip 绑定IP
      • setIp

        public void setIp​(String Ip)
        Set 绑定IP
        Parameters:
        Ip - 绑定IP
      • getConfigPath

        public String getConfigPath()
        Get 配置文件路径
        Returns:
        ConfigPath 配置文件路径
      • setConfigPath

        public void setConfigPath​(String ConfigPath)
        Set 配置文件路径
        Parameters:
        ConfigPath - 配置文件路径
      • getLogPath

        public String getLogPath()
        Get 日志文件路径
        Returns:
        LogPath 日志文件路径
      • setLogPath

        public void setLogPath​(String LogPath)
        Set 日志文件路径
        Parameters:
        LogPath - 日志文件路径
      • getDataPath

        public String getDataPath()
        Get 数据路径
        Returns:
        DataPath 数据路径
      • setDataPath

        public void setDataPath​(String DataPath)
        Set 数据路径
        Parameters:
        DataPath - 数据路径
      • getPermission

        public String getPermission()
        Get 运行权限
        Returns:
        Permission 运行权限
      • setPermission

        public void setPermission​(String Permission)
        Set 运行权限
        Parameters:
        Permission - 运行权限
      • getErrorLogPath

        public String getErrorLogPath()
        Get 错误日志路径
        Returns:
        ErrorLogPath 错误日志路径
      • setErrorLogPath

        public void setErrorLogPath​(String ErrorLogPath)
        Set 错误日志路径
        Parameters:
        ErrorLogPath - 错误日志路径
      • getPlugInPath

        public String getPlugInPath()
        Get 插件路径
        Returns:
        PlugInPath 插件路径
      • setPlugInPath

        public void setPlugInPath​(String PlugInPath)
        Set 插件路径
        Parameters:
        PlugInPath - 插件路径
      • getBinPath

        public String getBinPath()
        Get 二进制路径
        Returns:
        BinPath 二进制路径
      • setBinPath

        public void setBinPath​(String BinPath)
        Set 二进制路径
        Parameters:
        BinPath - 二进制路径
      • getParam

        public String getParam()
        Get 启动参数
        Returns:
        Param 启动参数
      • setParam

        public void setParam​(String Param)
        Set 启动参数
        Parameters:
        Param - 启动参数
      • getId

        public String getId()
        Get 数据库ID
        Returns:
        Id 数据库ID
      • setId

        public void setId​(String Id)
        Set 数据库ID
        Parameters:
        Id - 数据库ID
      • 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:是]
      • getMachineName

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

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

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

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