public class LibraryDrive extends DriveInfo
Modifier and Type | Class and Description |
---|---|
static class |
LibraryDrive.Builder |
affinities, allowMultimount, jobs, licenses, media, meta, mountedOn, size, tags
name, resourceUri, uuid
Constructor and Description |
---|
LibraryDrive(String uuid,
String name,
URI resourceUri,
BigInteger size,
Owner owner,
DriveStatus status,
boolean allowMultimount,
List<String> affinities,
List<Job> jobs,
List<DriveLicense> licenses,
MediaType media,
Map<String,String> meta,
List<Server> mountedOn,
List<String> tags,
String arch,
List<String> category,
String description,
boolean favorite,
String imageType,
String installNotes,
String os,
boolean paid,
String url,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getArch() |
List<String> |
getCategory() |
String |
getDescription() |
String |
getImageType() |
String |
getInstallNotes() |
String |
getOs() |
String |
getUrl() |
String |
getVersion() |
int |
hashCode() |
boolean |
isFavorite() |
boolean |
isPaid() |
String |
toString() |
getAffinities, getJobs, getLicenses, getMedia, getMeta, getMountedOn, getSize, getTags, isAllowMultimount
getOwner, getStatus, toServerDrive
getName, getResourceUri, getUuid
@ConstructorProperties(value={"uuid","name","resource_uri","size","owner","status","allow_multimount","affinities","jobs","licenses","media","meta","mounted_on","tags","arch","category","description","favourite","image_type","install_notes","os","paid","url","version"}) public LibraryDrive(String uuid, String name, URI resourceUri, BigInteger size, Owner owner, DriveStatus status, boolean allowMultimount, List<String> affinities, List<Job> jobs, List<DriveLicense> licenses, MediaType media, Map<String,String> meta, List<Server> mountedOn, List<String> tags, String arch, List<String> category, String description, boolean favorite, String imageType, String installNotes, String os, boolean paid, String url, String version)
public String getArch()
public String getDescription()
public String getImageType()
public String getInstallNotes()
public boolean isFavorite()
public boolean isPaid()
public String getOs()
public String getUrl()
public String getVersion()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.