Class DashScopeVideoProperties

java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeVideoProperties

@ConfigurationProperties(prefix="spring.ai.dashscope.video") public class DashScopeVideoProperties extends Object
DashScope Video Generation Properties.
Since:
1.0.0.3
Author:
dashscope, yuluo
  • Field Details

  • Constructor Details

    • DashScopeVideoProperties

      public DashScopeVideoProperties()
  • Method Details

    • getOptions

      public DashScopeVideoOptions getOptions()
    • setOptions

      public void setOptions(DashScopeVideoOptions options)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getWorkspaceId

      public String getWorkspaceId()
    • setWorkspaceId

      public void setWorkspaceId(String workspaceId)