Class AssetReference
java.lang.Object
com.cloudera.cdp.dfworkload.model.AssetReference
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:31.001-07:00")
public class AssetReference
extends Object
A reference to an asset used in a flow parameter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for environmentProvided.getId()Getter for id.getName()Getter for name.getPath()Getter for _path.Getter for version.inthashCode()voidsetEnvironmentProvided(Boolean environmentProvided) Setter for environmentProvided.voidSetter for id.voidSetter for name.voidSetter for _path.voidsetVersion(String version) Setter for version.toString()
- 
Constructor Details- 
AssetReferencepublic AssetReference()
 
- 
- 
Method Details- 
getIdGetter for id. The ID of the asset
- 
setIdSetter for id. The ID of the asset
- 
getNameGetter for name. The name of the asset
- 
setNameSetter for name. The name of the asset
- 
getPathGetter for _path. The path of the asset
- 
setPathSetter for _path. The path of the asset
- 
getVersionGetter for version. The version of the asset
- 
setVersionSetter for version. The version of the asset
- 
getEnvironmentProvidedGetter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
- 
setEnvironmentProvidedSetter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-