CatalogItem Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. CatalogItem
- com.
public class CatalogItem
A Data Lake Analytics catalog item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
computeAccountName()
Get the computeAccountName value. |
UUID |
version()
Get the version value. |
Catalog |
withComputeAccountName(String computeAccountName)
Set the computeAccountName value. |
Catalog |
withVersion(UUID version)
Set the version value. |
Method Details
computeAccountName
public String computeAccountName()
Get the computeAccountName value.
Returns:
version
public UUID version()
Get the version value.
Returns:
withComputeAccountName
public CatalogItem withComputeAccountName(String computeAccountName)
Set the computeAccountName value.
Parameters:
Returns:
withVersion
public CatalogItem withVersion(UUID version)
Set the version value.
Parameters:
Returns: