AbstractiveSummaryOperationDetail Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.AbstractiveSummaryOperationDetail

public final class AbstractiveSummaryOperationDetail

The AbstractiveSummaryOperationDetail model.

Constructor Summary

Constructor Description
AbstractiveSummaryOperationDetail()

Constructs a AbstractiveSummaryOperationDetail model.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedAt()

Gets the created time of an action.

String getDisplayName()

Gets the displayName property of the AbstractiveSummaryOperationDetail.

OffsetDateTime getExpiresAt()

Gets the expiration time of an action.

OffsetDateTime getLastModifiedAt()

Gets the last updated time of an action.

String getOperationId()

Gets the operationId property of the AbstractiveSummaryOperationDetail.

Methods inherited from java.lang.Object

Constructor Details

AbstractiveSummaryOperationDetail

public AbstractiveSummaryOperationDetail()

Constructs a AbstractiveSummaryOperationDetail model.

Method Details

getCreatedAt

public OffsetDateTime getCreatedAt()

Gets the created time of an action.

Returns:

The created time of an action.

getDisplayName

public String getDisplayName()

Gets the displayName property of the AbstractiveSummaryOperationDetail.

Returns:

The displayName property of the AbstractiveSummaryOperationDetail.

getExpiresAt

public OffsetDateTime getExpiresAt()

Gets the expiration time of an action.

Returns:

The expiration time of an action.

getLastModifiedAt

public OffsetDateTime getLastModifiedAt()

Gets the last updated time of an action.

Returns:

The last updated time of an action.

getOperationId

public String getOperationId()

Gets the operationId property of the AbstractiveSummaryOperationDetail.

Returns:

The operationId property of the AbstractiveSummaryOperationDetail.

Applies to