Class CreateUnblockIpResponse

    • Constructor Detail

      • CreateUnblockIpResponse

        public CreateUnblockIpResponse()
      • CreateUnblockIpResponse

        public CreateUnblockIpResponse​(CreateUnblockIpResponse 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:绑定高防包解封)
      • getUnblockTime

        public String getUnblockTime()
        Get 解封时间(预计解封时间)
        Returns:
        UnblockTime 解封时间(预计解封时间)
      • setUnblockTime

        public void setUnblockTime​(String UnblockTime)
        Set 解封时间(预计解封时间)
        Parameters:
        UnblockTime - 解封时间(预计解封时间)
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。