类 ShareImageRequest

    • 构造器详细资料

      • ShareImageRequest

        public ShareImageRequest()
    • 方法详细资料

      • getImageId

        public String getImageId()
      • setImageId

        public void setImageId​(String imageId)
      • getAccount

        public String getAccount()
      • setAccount

        public void setAccount​(String account)
      • getAccountId

        public String getAccountId()
      • setAccountId

        public void setAccountId​(String accountId)
      • getUcAccount

        public String getUcAccount()
      • setUcAccount

        public void setUcAccount​(String ucAccount)
      • withImageId

        public ShareImageRequest withImageId​(String imageId)
        Configure imageId for the request.
        参数:
        imageId - The id of image.
        返回:
        ShareImageRequest with imageId.
      • withAccount

        public ShareImageRequest withAccount​(String account)
        Configure account for the request.
        参数:
        account - The id of image.
        返回:
        ShareImageRequest with account.
      • withAccountId

        public ShareImageRequest withAccountId​(String accountId)
        Configure accountId for the request.
        参数:
        accountId - The id of image.
        返回:
        ShareImageRequest with accountId.
      • withUcAccount

        public ShareImageRequest withUcAccount​(String ucAccount)
        Configure ucAccount for the request.
        参数:
        ucAccount - The account of uc.
        返回:
        ShareImageRequest with ucAccount.