All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.scf.v20180416.models.TriggerInfo Maven / Gradle / Ivy

There is a newer version: 3.0.1034
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.scf.v20180416.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class TriggerInfo extends AbstractModel {

    /**
    * Whether to enable
    */
    @SerializedName("Enable")
    @Expose
    private Long Enable;

    /**
    * Function version or alias
    */
    @SerializedName("Qualifier")
    @Expose
    private String Qualifier;

    /**
    * Trigger name
    */
    @SerializedName("TriggerName")
    @Expose
    private String TriggerName;

    /**
    * Trigger type
    */
    @SerializedName("Type")
    @Expose
    private String Type;

    /**
    * Detailed configuration of trigger
    */
    @SerializedName("TriggerDesc")
    @Expose
    private String TriggerDesc;

    /**
    * Whether the trigger is available
    */
    @SerializedName("AvailableStatus")
    @Expose
    private String AvailableStatus;

    /**
    * Custom parameter
Note: this field may return null, indicating that no valid values can be obtained.
    */
    @SerializedName("CustomArgument")
    @Expose
    private String CustomArgument;

    /**
    * Trigger creation time
    */
    @SerializedName("AddTime")
    @Expose
    private String AddTime;

    /**
    * Trigger last modified time
    */
    @SerializedName("ModTime")
    @Expose
    private String ModTime;

    /**
    * Minimum resource ID of trigger
    */
    @SerializedName("ResourceId")
    @Expose
    private String ResourceId;

    /**
    * Trigger-Function binding status
    */
    @SerializedName("BindStatus")
    @Expose
    private String BindStatus;

    /**
    * Trigger type. Two-way means that the trigger can be manipulated in both consoles, while one-way means that the trigger can be created only in the SCF Console
    */
    @SerializedName("TriggerAttribute")
    @Expose
    private String TriggerAttribute;

    /**
    * Description of a custom trigger 
Note: This parameter may return null, indicating that no valid values can be obtained.
    */
    @SerializedName("Description")
    @Expose
    private String Description;

    /**
     * Get Whether to enable 
     * @return Enable Whether to enable
     */
    public Long getEnable() {
        return this.Enable;
    }

    /**
     * Set Whether to enable
     * @param Enable Whether to enable
     */
    public void setEnable(Long Enable) {
        this.Enable = Enable;
    }

    /**
     * Get Function version or alias 
     * @return Qualifier Function version or alias
     */
    public String getQualifier() {
        return this.Qualifier;
    }

    /**
     * Set Function version or alias
     * @param Qualifier Function version or alias
     */
    public void setQualifier(String Qualifier) {
        this.Qualifier = Qualifier;
    }

    /**
     * Get Trigger name 
     * @return TriggerName Trigger name
     */
    public String getTriggerName() {
        return this.TriggerName;
    }

    /**
     * Set Trigger name
     * @param TriggerName Trigger name
     */
    public void setTriggerName(String TriggerName) {
        this.TriggerName = TriggerName;
    }

    /**
     * Get Trigger type 
     * @return Type Trigger type
     */
    public String getType() {
        return this.Type;
    }

    /**
     * Set Trigger type
     * @param Type Trigger type
     */
    public void setType(String Type) {
        this.Type = Type;
    }

    /**
     * Get Detailed configuration of trigger 
     * @return TriggerDesc Detailed configuration of trigger
     */
    public String getTriggerDesc() {
        return this.TriggerDesc;
    }

    /**
     * Set Detailed configuration of trigger
     * @param TriggerDesc Detailed configuration of trigger
     */
    public void setTriggerDesc(String TriggerDesc) {
        this.TriggerDesc = TriggerDesc;
    }

    /**
     * Get Whether the trigger is available 
     * @return AvailableStatus Whether the trigger is available
     */
    public String getAvailableStatus() {
        return this.AvailableStatus;
    }

    /**
     * Set Whether the trigger is available
     * @param AvailableStatus Whether the trigger is available
     */
    public void setAvailableStatus(String AvailableStatus) {
        this.AvailableStatus = AvailableStatus;
    }

    /**
     * Get Custom parameter
Note: this field may return null, indicating that no valid values can be obtained. 
     * @return CustomArgument Custom parameter
Note: this field may return null, indicating that no valid values can be obtained.
     */
    public String getCustomArgument() {
        return this.CustomArgument;
    }

    /**
     * Set Custom parameter
Note: this field may return null, indicating that no valid values can be obtained.
     * @param CustomArgument Custom parameter
Note: this field may return null, indicating that no valid values can be obtained.
     */
    public void setCustomArgument(String CustomArgument) {
        this.CustomArgument = CustomArgument;
    }

    /**
     * Get Trigger creation time 
     * @return AddTime Trigger creation time
     */
    public String getAddTime() {
        return this.AddTime;
    }

    /**
     * Set Trigger creation time
     * @param AddTime Trigger creation time
     */
    public void setAddTime(String AddTime) {
        this.AddTime = AddTime;
    }

    /**
     * Get Trigger last modified time 
     * @return ModTime Trigger last modified time
     */
    public String getModTime() {
        return this.ModTime;
    }

    /**
     * Set Trigger last modified time
     * @param ModTime Trigger last modified time
     */
    public void setModTime(String ModTime) {
        this.ModTime = ModTime;
    }

    /**
     * Get Minimum resource ID of trigger 
     * @return ResourceId Minimum resource ID of trigger
     * @deprecated
     */
    @Deprecated
    public String getResourceId() {
        return this.ResourceId;
    }

    /**
     * Set Minimum resource ID of trigger
     * @param ResourceId Minimum resource ID of trigger
     * @deprecated
     */
    @Deprecated
    public void setResourceId(String ResourceId) {
        this.ResourceId = ResourceId;
    }

    /**
     * Get Trigger-Function binding status 
     * @return BindStatus Trigger-Function binding status
     * @deprecated
     */
    @Deprecated
    public String getBindStatus() {
        return this.BindStatus;
    }

    /**
     * Set Trigger-Function binding status
     * @param BindStatus Trigger-Function binding status
     * @deprecated
     */
    @Deprecated
    public void setBindStatus(String BindStatus) {
        this.BindStatus = BindStatus;
    }

    /**
     * Get Trigger type. Two-way means that the trigger can be manipulated in both consoles, while one-way means that the trigger can be created only in the SCF Console 
     * @return TriggerAttribute Trigger type. Two-way means that the trigger can be manipulated in both consoles, while one-way means that the trigger can be created only in the SCF Console
     * @deprecated
     */
    @Deprecated
    public String getTriggerAttribute() {
        return this.TriggerAttribute;
    }

    /**
     * Set Trigger type. Two-way means that the trigger can be manipulated in both consoles, while one-way means that the trigger can be created only in the SCF Console
     * @param TriggerAttribute Trigger type. Two-way means that the trigger can be manipulated in both consoles, while one-way means that the trigger can be created only in the SCF Console
     * @deprecated
     */
    @Deprecated
    public void setTriggerAttribute(String TriggerAttribute) {
        this.TriggerAttribute = TriggerAttribute;
    }

    /**
     * Get Description of a custom trigger 
Note: This parameter may return null, indicating that no valid values can be obtained. 
     * @return Description Description of a custom trigger 
Note: This parameter may return null, indicating that no valid values can be obtained.
     */
    public String getDescription() {
        return this.Description;
    }

    /**
     * Set Description of a custom trigger 
Note: This parameter may return null, indicating that no valid values can be obtained.
     * @param Description Description of a custom trigger 
Note: This parameter may return null, indicating that no valid values can be obtained.
     */
    public void setDescription(String Description) {
        this.Description = Description;
    }

    public TriggerInfo() {
    }

    /**
     * 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.
     */
    public TriggerInfo(TriggerInfo source) {
        if (source.Enable != null) {
            this.Enable = new Long(source.Enable);
        }
        if (source.Qualifier != null) {
            this.Qualifier = new String(source.Qualifier);
        }
        if (source.TriggerName != null) {
            this.TriggerName = new String(source.TriggerName);
        }
        if (source.Type != null) {
            this.Type = new String(source.Type);
        }
        if (source.TriggerDesc != null) {
            this.TriggerDesc = new String(source.TriggerDesc);
        }
        if (source.AvailableStatus != null) {
            this.AvailableStatus = new String(source.AvailableStatus);
        }
        if (source.CustomArgument != null) {
            this.CustomArgument = new String(source.CustomArgument);
        }
        if (source.AddTime != null) {
            this.AddTime = new String(source.AddTime);
        }
        if (source.ModTime != null) {
            this.ModTime = new String(source.ModTime);
        }
        if (source.ResourceId != null) {
            this.ResourceId = new String(source.ResourceId);
        }
        if (source.BindStatus != null) {
            this.BindStatus = new String(source.BindStatus);
        }
        if (source.TriggerAttribute != null) {
            this.TriggerAttribute = new String(source.TriggerAttribute);
        }
        if (source.Description != null) {
            this.Description = new String(source.Description);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "Enable", this.Enable);
        this.setParamSimple(map, prefix + "Qualifier", this.Qualifier);
        this.setParamSimple(map, prefix + "TriggerName", this.TriggerName);
        this.setParamSimple(map, prefix + "Type", this.Type);
        this.setParamSimple(map, prefix + "TriggerDesc", this.TriggerDesc);
        this.setParamSimple(map, prefix + "AvailableStatus", this.AvailableStatus);
        this.setParamSimple(map, prefix + "CustomArgument", this.CustomArgument);
        this.setParamSimple(map, prefix + "AddTime", this.AddTime);
        this.setParamSimple(map, prefix + "ModTime", this.ModTime);
        this.setParamSimple(map, prefix + "ResourceId", this.ResourceId);
        this.setParamSimple(map, prefix + "BindStatus", this.BindStatus);
        this.setParamSimple(map, prefix + "TriggerAttribute", this.TriggerAttribute);
        this.setParamSimple(map, prefix + "Description", this.Description);

    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy