Class ClientConfigurations

java.lang.Object
org.apache.camel.component.huaweicloud.frs.models.ClientConfigurations

public class ClientConfigurations extends Object
  • Constructor Details

    • ClientConfigurations

      public ClientConfigurations()
  • Method Details

    • getAccessKey

      public String getAccessKey()
    • setAccessKey

      public void setAccessKey(String accessKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • getProxyHost

      public String getProxyHost()
    • setProxyHost

      public void setProxyHost(String proxyHost)
    • getProxyPort

      public int getProxyPort()
    • setProxyPort

      public void setProxyPort(int proxyPort)
    • getProxyUser

      public String getProxyUser()
    • setProxyUser

      public void setProxyUser(String proxyUser)
    • getProxyPassword

      public String getProxyPassword()
    • setProxyPassword

      public void setProxyPassword(String proxyPassword)
    • isIgnoreSslVerification

      public boolean isIgnoreSslVerification()
    • setIgnoreSslVerification

      public void setIgnoreSslVerification(boolean ignoreSslVerification)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getImageBase64

      public String getImageBase64()
    • setImageBase64

      public void setImageBase64(String imageBase64)
    • getImageUrl

      public String getImageUrl()
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • getImageFilePath

      public String getImageFilePath()
    • setImageFilePath

      public void setImageFilePath(String imageFilePath)
    • getAnotherImageBase64

      public String getAnotherImageBase64()
    • setAnotherImageBase64

      public void setAnotherImageBase64(String anotherImageBase64)
    • getAnotherImageUrl

      public String getAnotherImageUrl()
    • setAnotherImageUrl

      public void setAnotherImageUrl(String anotherImageUrl)
    • getAnotherImageFilePath

      public String getAnotherImageFilePath()
    • setAnotherImageFilePath

      public void setAnotherImageFilePath(String anotherImageFilePath)
    • getVideoBase64

      public String getVideoBase64()
    • setVideoBase64

      public void setVideoBase64(String videoBase64)
    • getVideoUrl

      public String getVideoUrl()
    • setVideoUrl

      public void setVideoUrl(String videoUrl)
    • getVideoFilePath

      public String getVideoFilePath()
    • setVideoFilePath

      public void setVideoFilePath(String videoFilePath)
    • getActions

      public String getActions()
    • setActions

      public void setActions(String actions)
    • getActionTimes

      public String getActionTimes()
    • setActionTimes

      public void setActionTimes(String actionTimes)
    • getInputSourceType

      public org.apache.camel.component.huaweicloud.common.models.InputSourceType getInputSourceType()
    • setInputSourceType

      public void setInputSourceType(org.apache.camel.component.huaweicloud.common.models.InputSourceType inputSourceType)