Class AssetWebLocationInfo

    • Constructor Detail

      • AssetWebLocationInfo

        public AssetWebLocationInfo()
      • AssetWebLocationInfo

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

      • getName

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

        public void setName​(String Name)
        Set 域名
        Parameters:
        Name - 域名
      • 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 - 站点协议
      • getServiceType

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

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

        public Long getSafeStatus()
        Get 安全模块状态:0未启用,1启用,999空,仅nginx
        Returns:
        SafeStatus 安全模块状态:0未启用,1启用,999空,仅nginx
      • setSafeStatus

        public void setSafeStatus​(Long SafeStatus)
        Set 安全模块状态:0未启用,1启用,999空,仅nginx
        Parameters:
        SafeStatus - 安全模块状态:0未启用,1启用,999空,仅nginx
      • getUser

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

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

        public String getMainPath()
        Get 主目录
        Returns:
        MainPath 主目录
      • setMainPath

        public void setMainPath​(String MainPath)
        Set 主目录
        Parameters:
        MainPath - 主目录
      • getCommand

        public String getCommand()
        Get 启动命令
        Returns:
        Command 启动命令
      • setCommand

        public void setCommand​(String Command)
        Set 启动命令
        Parameters:
        Command - 启动命令
      • getIp

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

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

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

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