AutoStorageProperties Class

public class AutoStorageProperties
extends AutoStorageBaseProperties

Contains information about the auto-storage account associated with a Batch account.

Constructor Summary

Constructor Description
AutoStorageProperties()

Method Summary

Modifier and Type Method and Description
org.joda.time.DateTime lastKeySync()

Get the UTC time at which storage keys were last synchronized with the Batch account.

AutoStorageProperties withLastKeySync(DateTime lastKeySync)

Set the UTC time at which storage keys were last synchronized with the Batch account.

Methods inherited from AutoStorageBaseProperties

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AutoStorageProperties

public AutoStorageProperties()

Method Details

lastKeySync

public DateTime lastKeySync()

Get the UTC time at which storage keys were last synchronized with the Batch account.

Returns:

the lastKeySync value

withLastKeySync

public AutoStorageProperties withLastKeySync(DateTime lastKeySync)

Set the UTC time at which storage keys were last synchronized with the Batch account.

Parameters:

lastKeySync - the lastKeySync value to set

Returns:

the AutoStorageProperties object itself.

Applies to