Class CreateCloudRunServerRequest

    • Constructor Detail

      • CreateCloudRunServerRequest

        public CreateCloudRunServerRequest()
      • CreateCloudRunServerRequest

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

      • getEnvId

        public String getEnvId()
        Get 环境Id
        Returns:
        EnvId 环境Id
      • setEnvId

        public void setEnvId​(String EnvId)
        Set 环境Id
        Parameters:
        EnvId - 环境Id
      • getServerName

        public String getServerName()
        Get 服务名
        Returns:
        ServerName 服务名
      • setServerName

        public void setServerName​(String ServerName)
        Set 服务名
        Parameters:
        ServerName - 服务名
      • getDeployInfo

        public DeployParam getDeployInfo()
        Get 部署信息
        Returns:
        DeployInfo 部署信息
      • setDeployInfo

        public void setDeployInfo​(DeployParam DeployInfo)
        Set 部署信息
        Parameters:
        DeployInfo - 部署信息
      • getServerConfig

        public ServerBaseConfig getServerConfig()
        Get 服务配置信息
        Returns:
        ServerConfig 服务配置信息
      • setServerConfig

        public void setServerConfig​(ServerBaseConfig ServerConfig)
        Set 服务配置信息
        Parameters:
        ServerConfig - 服务配置信息