JobInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.fluent.models.JobInner

public final class JobInner

A device job.

Constructor Summary

Constructor Description
JobInner()

Creates an instance of JobInner class.

Method Summary

Modifier and Type Method and Description
UpdateOperationStage currentStage()

Get the currentStage property: Current stage of the update operation.

UpdateDownloadProgress downloadProgress()

Get the downloadProgress property: The download progress.

OffsetDateTime endTime()

Get the endTime property: The UTC date and time at which the job completed.

JobErrorDetails error()

Get the error property: The error details.

String errorManifestFile()

Get the errorManifestFile property: Local share/remote container relative path to the error manifest file of the refresh.

String folder()

Get the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container.

String id()

Get the id property: The path ID that uniquely identifies the object.

UpdateInstallProgress installProgress()

Get the installProgress property: The install progress.

JobType jobType()

Get the jobType property: The type of the job.

String name()

Get the name property: The name of the object.

Integer percentComplete()

Get the percentComplete property: The percentage of the job that is complete.

String refreshedEntityId()

Get the refreshedEntityId property: ARM ID of the entity that was refreshed.

OffsetDateTime startTime()

Get the startTime property: The UTC date and time at which the job started.

JobStatus status()

Get the status property: The current status of the job.

Integer totalRefreshErrors()

Get the totalRefreshErrors property: Total number of errors encountered during the refresh process.

String type()

Get the type property: The hierarchical type of the object.

void validate()

Validates the instance.

JobInner withFolder(String folder)

Set the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container.

Methods inherited from java.lang.Object

Constructor Details

JobInner

public JobInner()

Creates an instance of JobInner class.

Method Details

currentStage

public UpdateOperationStage currentStage()

Get the currentStage property: Current stage of the update operation.

Returns:

the currentStage value.

downloadProgress

public UpdateDownloadProgress downloadProgress()

Get the downloadProgress property: The download progress.

Returns:

the downloadProgress value.

endTime

public OffsetDateTime endTime()

Get the endTime property: The UTC date and time at which the job completed.

Returns:

the endTime value.

error

public JobErrorDetails error()

Get the error property: The error details.

Returns:

the error value.

errorManifestFile

public String errorManifestFile()

Get the errorManifestFile property: Local share/remote container relative path to the error manifest file of the refresh.

Returns:

the errorManifestFile value.

folder

public String folder()

Get the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.).

Returns:

the folder value.

id

public String id()

Get the id property: The path ID that uniquely identifies the object.

Returns:

the id value.

installProgress

public UpdateInstallProgress installProgress()

Get the installProgress property: The install progress.

Returns:

the installProgress value.

jobType

public JobType jobType()

Get the jobType property: The type of the job.

Returns:

the jobType value.

name

public String name()

Get the name property: The name of the object.

Returns:

the name value.

percentComplete

public Integer percentComplete()

Get the percentComplete property: The percentage of the job that is complete.

Returns:

the percentComplete value.

refreshedEntityId

public String refreshedEntityId()

Get the refreshedEntityId property: ARM ID of the entity that was refreshed.

Returns:

the refreshedEntityId value.

startTime

public OffsetDateTime startTime()

Get the startTime property: The UTC date and time at which the job started.

Returns:

the startTime value.

status

public JobStatus status()

Get the status property: The current status of the job.

Returns:

the status value.

totalRefreshErrors

public Integer totalRefreshErrors()

Get the totalRefreshErrors property: Total number of errors encountered during the refresh process.

Returns:

the totalRefreshErrors value.

type

public String type()

Get the type property: The hierarchical type of the object.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withFolder

public JobInner withFolder(String folder)

Set the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.).

Parameters:

folder - the folder value to set.

Returns:

the JobInner object itself.

Applies to