/**
  * Sets the print job attributes.
  *
  * @param attributes The attributes.
  */
 public void setAttributes(@NonNull PrintAttributes attributes) {
   mPrototype.mAttributes = attributes;
 }