Class AssetReference
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.AssetReference
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class AssetReference extends Object
A reference to an asset used in a flow parameter
-
-
Constructor Summary
Constructors Constructor Description AssetReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getEnvironmentProvided()
Getter for environmentProvided.String
getName()
Getter for name.String
getPath()
Getter for _path.String
getVersion()
Getter for version.int
hashCode()
void
setEnvironmentProvided(Boolean environmentProvided)
Setter for environmentProvided.void
setName(String name)
Setter for name.void
setPath(String _path)
Setter for _path.void
setVersion(String version)
Setter for version.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. The name of the asset
-
setName
public void setName(String name)
Setter for name. The name of the asset
-
getPath
public String getPath()
Getter for _path. The path of the asset
-
setPath
public void setPath(String _path)
Setter for _path. The path of the asset
-
getVersion
public String getVersion()
Getter for version. The version of the asset
-
setVersion
public void setVersion(String version)
Setter for version. The version of the asset
-
getEnvironmentProvided
public Boolean getEnvironmentProvided()
Getter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
-
setEnvironmentProvided
public void setEnvironmentProvided(Boolean environmentProvided)
Setter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
-
-