Class ClientConfigurations
java.lang.Object
org.apache.camel.component.huaweicloud.frs.models.ClientConfigurations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.huaweicloud.common.models.InputSourceTypeintbooleanvoidsetAccessKey(String accessKey) voidsetActions(String actions) voidsetActionTimes(String actionTimes) voidsetAnotherImageBase64(String anotherImageBase64) voidsetAnotherImageFilePath(String anotherImageFilePath) voidsetAnotherImageUrl(String anotherImageUrl) voidsetEndpoint(String endpoint) voidsetIgnoreSslVerification(boolean ignoreSslVerification) voidsetImageBase64(String imageBase64) voidsetImageFilePath(String imageFilePath) voidsetImageUrl(String imageUrl) voidsetInputSourceType(org.apache.camel.component.huaweicloud.common.models.InputSourceType inputSourceType) voidsetProjectId(String projectId) voidsetProxyHost(String proxyHost) voidsetProxyPassword(String proxyPassword) voidsetProxyPort(int proxyPort) voidsetProxyUser(String proxyUser) voidsetSecretKey(String secretKey) voidsetVideoBase64(String videoBase64) voidsetVideoFilePath(String videoFilePath) voidsetVideoUrl(String videoUrl)
-
Constructor Details
-
ClientConfigurations
public ClientConfigurations()
-
-
Method Details
-
getAccessKey
-
setAccessKey
-
getSecretKey
-
setSecretKey
-
getProjectId
-
setProjectId
-
getProxyHost
-
setProxyHost
-
getProxyPort
public int getProxyPort() -
setProxyPort
public void setProxyPort(int proxyPort) -
getProxyUser
-
setProxyUser
-
getProxyPassword
-
setProxyPassword
-
isIgnoreSslVerification
public boolean isIgnoreSslVerification() -
setIgnoreSslVerification
public void setIgnoreSslVerification(boolean ignoreSslVerification) -
getEndpoint
-
setEndpoint
-
getImageBase64
-
setImageBase64
-
getImageUrl
-
setImageUrl
-
getImageFilePath
-
setImageFilePath
-
getAnotherImageBase64
-
setAnotherImageBase64
-
getAnotherImageUrl
-
setAnotherImageUrl
-
getAnotherImageFilePath
-
setAnotherImageFilePath
-
getVideoBase64
-
setVideoBase64
-
getVideoUrl
-
setVideoUrl
-
getVideoFilePath
-
setVideoFilePath
-
getActions
-
setActions
-
getActionTimes
-
setActionTimes
-
getInputSourceType
public org.apache.camel.component.huaweicloud.common.models.InputSourceType getInputSourceType() -
setInputSourceType
public void setInputSourceType(org.apache.camel.component.huaweicloud.common.models.InputSourceType inputSourceType)
-