public class CatalogItem extends Object
| Constructor and Description |
|---|
CatalogItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeAccountName()
Get the name of the Data Lake Analytics account.
|
UUID |
version()
Get the version of the catalog item.
|
CatalogItem |
withComputeAccountName(String computeAccountName)
Set the name of the Data Lake Analytics account.
|
CatalogItem |
withVersion(UUID version)
Set the version of the catalog item.
|
public String computeAccountName()
public CatalogItem withComputeAccountName(String computeAccountName)
computeAccountName - the computeAccountName value to setpublic UUID version()
public CatalogItem withVersion(UUID version)
version - the version value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/