类 GetImageRequest


  • public class GetImageRequest
    extends AbstractBceRequest
    The request for getting the detail information of the specified image.
    • 构造器详细资料

      • GetImageRequest

        public GetImageRequest()
    • 方法详细资料

      • getImageId

        public String getImageId()
      • setImageId

        public void setImageId​(String imageId)
      • withImageId

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