public class EntryBackupInfo extends BaseFssApiResource
UTF_8| Modifier and Type | Method and Description |
|---|---|
static EntryBackupInfo |
create(FssApiVersion apiVersion,
java.lang.Boolean isActive,
java.lang.Boolean isMountPoint,
java.lang.String operatingSystem,
java.lang.Boolean hasAssociatedClient)
Returns a versioned EntryBackupInfo that is compatible with the specified apiVersion.
|
boolean |
equals(java.lang.Object o) |
static java.lang.Class<? extends EntryBackupInfo> |
getFssApiClass(FssApiVersion apiVersion)
Returns the
Class of the EntryBackupInfo that corresponds to the specified
apiVersion. |
java.lang.Boolean |
getIsActive()
Returns whether or not the entry is active.
|
java.lang.Boolean |
getIsMountPoint()
Returns whether or not the entry is a mount point.
|
java.lang.String |
getOperatingSystem()
Returns information on the operating system.
|
java.lang.Boolean |
hasAssociatedClient()
Returns whether or not the backup folder has an associated client.
|
int |
hashCode() |
protected void |
validate(java.lang.String fieldName,
BaseFssApiResource parent)
Validates this object.
|
badValue, badValue, fromJson, toJson, toJson, toString, validate, validateFieldInRange, validateFieldInRange, validateFieldIsNull, validateFieldNotNull, validateLocale, validateOptionalField, validateOptionalFieldList, validateRequiredField, validateRequiredFieldList, writeToOutputStreampublic static java.lang.Class<? extends EntryBackupInfo> getFssApiClass(FssApiVersion apiVersion) throws AwUnsupportedApiVersionException
Class of the EntryBackupInfo that corresponds to the specified
apiVersion.apiVersion - API version of the class to be returnedClass of the EntryBackupInfo that corresponds to the specified
apiVersionAwUnsupportedApiVersionExceptionpublic static EntryBackupInfo create(FssApiVersion apiVersion, java.lang.Boolean isActive, java.lang.Boolean isMountPoint, java.lang.String operatingSystem, java.lang.Boolean hasAssociatedClient) throws AwUnsupportedApiVersionException
apiVersion - API version to be supported by the EntryBackupInfoisActive - Whether or not the entry is active.isMountPoint - Whether or not the entry is a mount point.operatingSystem - Name of the operating system.hasAssociatedClient - Whether or not the backup folder has an associated client.AwUnsupportedApiVersionExceptionpublic java.lang.Boolean getIsActive()
public java.lang.Boolean getIsMountPoint()
public java.lang.String getOperatingSystem()
public java.lang.Boolean hasAssociatedClient()
protected void validate(java.lang.String fieldName,
BaseFssApiResource parent)
throws AwJsonException
BaseFssApiResourceBaseFssApiResource.validateRequiredField(String, BaseFssApiResource, String) for foo, and
BaseFssApiResource.validateOptionalField(String, BaseFssApiResource) for bar.validate in class BaseFssApiResourcefieldName - name of this object in the parent (containing) object. If this object is a
top-level object (not contained within another object), then enter null for this
parameterparent - parent (containing) object that contains the object specified in the fieldName
parameter. If this object is a top-level object (not contained within another
object), then enter null for this parameterAwJsonException - if any validation errors occurpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object