CertificateOperation Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.CertificateOperation

public class CertificateOperation

A certificate operation is returned in case of asynchronous requests.

Method Summary

Modifier and Type Method and Description
Boolean cancellationRequested()

Get the cancellationRequested value.

CertificateOperationIdentifier certificateOperationIdentifier()

The certificate operation identifier.

byte [] csr()

Get the csr value.

Error error()

Get the error value.

String id()

Get the id value.

IssuerParameters issuerParameters()

Get the issuerParameters value.

String requestId()

Get the requestId value.

String status()

Get the status value.

String statusDetails()

Get the statusDetails value.

String target()

Get the target value.

String toString()
CertificateOperation withCancellationRequested(Boolean cancellationRequested)

Set the cancellationRequested value.

CertificateOperation withCsr(byte[] csr)

Set the csr value.

CertificateOperation withError(Error error)

Set the error value.

CertificateOperation withIssuerParameters(IssuerParameters issuerParameters)

Set the issuerParameters value.

CertificateOperation withRequestId(String requestId)

Set the requestId value.

CertificateOperation withStatus(String status)

Set the status value.

CertificateOperation withStatusDetails(String statusDetails)

Set the statusDetails value.

CertificateOperation withTarget(String target)

Set the target value.

Method Details

cancellationRequested

public Boolean cancellationRequested()

Get the cancellationRequested value.

Returns:

the cancellationRequested value

certificateOperationIdentifier

public CertificateOperationIdentifier certificateOperationIdentifier()

The certificate operation identifier.

Returns:

the identifier value

csr

public byte [] csr()

Get the csr value.

Returns:

the csr value

error

public Error error()

Get the error value.

Returns:

the error value

id

public String id()

Get the id value.

Returns:

the id value

issuerParameters

public IssuerParameters issuerParameters()

Get the issuerParameters value.

Returns:

the issuerParameters value

requestId

public String requestId()

Get the requestId value.

Returns:

the requestId value

status

public String status()

Get the status value.

Returns:

the status value

statusDetails

public String statusDetails()

Get the statusDetails value.

Returns:

the statusDetails value

target

public String target()

Get the target value.

Returns:

the target value

toString

public String toString()

withCancellationRequested

public CertificateOperation withCancellationRequested(Boolean cancellationRequested)

Set the cancellationRequested value.

Parameters:

cancellationRequested - the cancellationRequested value to set

Returns:

the CertificateOperation object itself.

withCsr

public CertificateOperation withCsr(byte[] csr)

Set the csr value.

Parameters:

csr - the csr value to set

Returns:

the CertificateOperation object itself.

withError

public CertificateOperation withError(Error error)

Set the error value.

Parameters:

error - the error value to set

Returns:

the CertificateOperation object itself.

withIssuerParameters

public CertificateOperation withIssuerParameters(IssuerParameters issuerParameters)

Set the issuerParameters value.

Parameters:

issuerParameters - the issuerParameters value to set

Returns:

the CertificateOperation object itself.

withRequestId

public CertificateOperation withRequestId(String requestId)

Set the requestId value.

Parameters:

requestId - the requestId value to set

Returns:

the CertificateOperation object itself.

withStatus

public CertificateOperation withStatus(String status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the CertificateOperation object itself.

withStatusDetails

public CertificateOperation withStatusDetails(String statusDetails)

Set the statusDetails value.

Parameters:

statusDetails - the statusDetails value to set

Returns:

the CertificateOperation object itself.

withTarget

public CertificateOperation withTarget(String target)

Set the target value.

Parameters:

target - the target value to set

Returns:

the CertificateOperation object itself.

Applies to