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:
the computeAccountName value
version
public UUID version()
Get the version value.
Returns:
the version value
withComputeAccountName
public CatalogItem withComputeAccountName(String computeAccountName)
Set the computeAccountName value.
Parameters:
computeAccountName
- the computeAccountName value to set
Returns:
the CatalogItem object itself.
withVersion
public CatalogItem withVersion(UUID version)
Set the version value.
Parameters:
version
- the version value to set
Returns:
the CatalogItem object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java