Class Operation
java.lang.Object
com.microsoft.azure.management.datalake.store.models.Operation
An available operation for Data Lake Store.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display value.name()
Get the name value.origin()
Get the origin value.withDisplay
(OperationDisplay display) Set the display value.
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
display
Get the display value.- Returns:
- the display value
-
withDisplay
Set the display value.- Parameters:
display
- the display value to set- Returns:
- the Operation object itself.
-
origin
Get the origin value.- Returns:
- the origin value
-