Share via


OperationResultLogItemContract Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultLogItemContract

public class OperationResultLogItemContract

Log of the entity being created, updated or deleted.

Constructor Summary

Constructor Description
OperationResultLogItemContract()

Method Summary

Modifier and Type Method and Description
java.lang.String action()

Get action like create/update/delete.

java.lang.String objectKey()

Get identifier of the entity being created/updated/deleted.

java.lang.String objectType()

Get the type of entity contract.

OperationResultLogItemContract withAction(String action)

Set action like create/update/delete.

OperationResultLogItemContract withObjectKey(String objectKey)

Set identifier of the entity being created/updated/deleted.

OperationResultLogItemContract withObjectType(String objectType)

Set the type of entity contract.

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

OperationResultLogItemContract

public OperationResultLogItemContract()

Method Details

action

public String action()

Get action like create/update/delete.

Returns:

the action value

objectKey

public String objectKey()

Get identifier of the entity being created/updated/deleted.

Returns:

the objectKey value

objectType

public String objectType()

Get the type of entity contract.

Returns:

the objectType value

withAction

public OperationResultLogItemContract withAction(String action)

Set action like create/update/delete.

Parameters:

action - the action value to set

Returns:

the OperationResultLogItemContract object itself.

withObjectKey

public OperationResultLogItemContract withObjectKey(String objectKey)

Set identifier of the entity being created/updated/deleted.

Parameters:

objectKey - the objectKey value to set

Returns:

the OperationResultLogItemContract object itself.

withObjectType

public OperationResultLogItemContract withObjectType(String objectType)

Set the type of entity contract.

Parameters:

objectType - the objectType value to set

Returns:

the OperationResultLogItemContract object itself.

Applies to