Class CreateUnblockIpRequest

    • Constructor Detail

      • CreateUnblockIpRequest

        public CreateUnblockIpRequest()
      • CreateUnblockIpRequest

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

      • getIp

        public String getIp()
        Get IP
        Returns:
        Ip IP
      • setIp

        public void setIp​(String Ip)
        Set IP
        Parameters:
        Ip - IP
      • getActionType

        public String getActionType()
        Get 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
        Returns:
        ActionType 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
      • setActionType

        public void setActionType​(String ActionType)
        Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
        Parameters:
        ActionType - 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)