Class CreateStaticStoreRequest

    • Constructor Detail

      • CreateStaticStoreRequest

        public CreateStaticStoreRequest()
      • CreateStaticStoreRequest

        public CreateStaticStoreRequest​(CreateStaticStoreRequest 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
      • getEnableUnion

        public Boolean getEnableUnion()
        Get 是否启用统一域名
        Returns:
        EnableUnion 是否启用统一域名
      • setEnableUnion

        public void setEnableUnion​(Boolean EnableUnion)
        Set 是否启用统一域名
        Parameters:
        EnableUnion - 是否启用统一域名