Class ModifyWebhookTriggerRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.ModifyWebhookTriggerRequest
-
public class ModifyWebhookTriggerRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyWebhookTriggerRequest()ModifyWebhookTriggerRequest(ModifyWebhookTriggerRequest source)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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()Get 命名空间StringgetRegistryId()Get 实例IdWebhookTriggergetTrigger()Get 触发器参数voidsetNamespace(String Namespace)Set 命名空间voidsetRegistryId(String RegistryId)Set 实例IdvoidsetTrigger(WebhookTrigger Trigger)Set 触发器参数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyWebhookTriggerRequest
public ModifyWebhookTriggerRequest()
-
ModifyWebhookTriggerRequest
public ModifyWebhookTriggerRequest(ModifyWebhookTriggerRequest source)
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.
-
-
Method Detail
-
getRegistryId
public String getRegistryId()
Get 实例Id- Returns:
- RegistryId 实例Id
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例Id- Parameters:
RegistryId- 实例Id
-
getTrigger
public WebhookTrigger getTrigger()
Get 触发器参数- Returns:
- Trigger 触发器参数
-
setTrigger
public void setTrigger(WebhookTrigger Trigger)
Set 触发器参数- Parameters:
Trigger- 触发器参数
-
getNamespace
public String getNamespace()
Get 命名空间- Returns:
- Namespace 命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间- Parameters:
Namespace- 命名空间
-
-