Class GlobalWeChatConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.GlobalWeChatConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GlobalWeChatConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GlobalWeChatConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<GlobalWeChatConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobalWeChatConfig()No args constructor for use in serializationGlobalWeChatConfig(String apiCorpID, io.fabric8.kubernetes.api.model.SecretKeySelector apiSecret, String apiURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalWeChatConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiCorpID()The default WeChat API Corporate ID.io.fabric8.kubernetes.api.model.SecretKeySelectorgetApiSecret()StringgetApiURL()The default WeChat API URL.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiCorpID(String apiCorpID)The default WeChat API Corporate ID.voidsetApiSecret(io.fabric8.kubernetes.api.model.SecretKeySelector apiSecret)voidsetApiURL(String apiURL)The default WeChat API URL.GlobalWeChatConfigBuildertoBuilder()
-
-
-
Method Detail
-
getApiCorpID
public String getApiCorpID()
The default WeChat API Corporate ID.
-
setApiCorpID
public void setApiCorpID(String apiCorpID)
The default WeChat API Corporate ID.
-
getApiSecret
public io.fabric8.kubernetes.api.model.SecretKeySelector getApiSecret()
-
setApiSecret
public void setApiSecret(io.fabric8.kubernetes.api.model.SecretKeySelector apiSecret)
-
getApiURL
public String getApiURL()
The default WeChat API URL. The default value is "https://qyapi.weixin.qq.com/cgi-bin/"
-
setApiURL
public void setApiURL(String apiURL)
The default WeChat API URL. The default value is "https://qyapi.weixin.qq.com/cgi-bin/"
-
edit
public GlobalWeChatConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GlobalWeChatConfigBuilder>
-
toBuilder
public GlobalWeChatConfigBuilder toBuilder()
-
-