/**
  * Set SnapShot native ID
  *
  * @param id
  */
 public void setSnapNativeId(String id) {
   snapshot.setNativeId(id);
 }