Class ModifyAntiInfoLeakRulesRequest


  • public class ModifyAntiInfoLeakRulesRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyAntiInfoLeakRulesRequest

        public ModifyAntiInfoLeakRulesRequest()
      • ModifyAntiInfoLeakRulesRequest

        public ModifyAntiInfoLeakRulesRequest​(ModifyAntiInfoLeakRulesRequest 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

      • getRuleId

        public Long getRuleId()
        Get 规则ID
        Returns:
        RuleId 规则ID
      • setRuleId

        public void setRuleId​(Long RuleId)
        Set 规则ID
        Parameters:
        RuleId - 规则ID
      • getName

        public String getName()
        Get 规则名称
        Returns:
        Name 规则名称
      • setName

        public void setName​(String Name)
        Set 规则名称
        Parameters:
        Name - 规则名称
      • getDomain

        public String getDomain()
        Get 域名
        Returns:
        Domain 域名
      • setDomain

        public void setDomain​(String Domain)
        Set 域名
        Parameters:
        Domain - 域名
      • getActionType

        public Long getActionType()
        Get Action 值
        Returns:
        ActionType Action 值
      • setActionType

        public void setActionType​(Long ActionType)
        Set Action 值
        Parameters:
        ActionType - Action 值
      • getStrategies

        public StrategyForAntiInfoLeak[] getStrategies()
        Get 策略数组
        Returns:
        Strategies 策略数组
      • setStrategies

        public void setStrategies​(StrategyForAntiInfoLeak[] Strategies)
        Set 策略数组
        Parameters:
        Strategies - 策略数组