Class VersionInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.VersionInfo
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class VersionInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about a Data processing job
-
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionInfocustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)booleanequals(java.lang.Object o)VersionInfoexternalUrl(java.lang.String externalUrl)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.Map<java.lang.String,java.lang.String>getCustomProperties()Custom property bag.java.lang.StringgetExternalUrl()URL where the reference exist@NotNull java.lang.StringgetVersion()The version which can indentify a job version like a commit hash or md5 hash@NotNull java.lang.StringgetVersionType()The type of the version like git hash or md5 hashinthashCode()VersionInfoputCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)voidsetCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)voidsetExternalUrl(java.lang.String externalUrl)voidsetVersion(java.lang.String version)voidsetVersionType(java.lang.String versionType)java.lang.StringtoString()VersionInfoversion(java.lang.String version)VersionInfoversionType(java.lang.String versionType)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
customProperties
public VersionInfo customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
putCustomPropertiesItem
public VersionInfo putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
-
getCustomProperties
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getCustomProperties()
Custom property bag.- Returns:
- customProperties
-
setCustomProperties
public void setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
externalUrl
public VersionInfo externalUrl(java.lang.String externalUrl)
-
getExternalUrl
public java.lang.String getExternalUrl()
URL where the reference exist- Returns:
- externalUrl
-
setExternalUrl
public void setExternalUrl(java.lang.String externalUrl)
-
version
public VersionInfo version(java.lang.String version)
-
getVersion
@NotNull public @NotNull java.lang.String getVersion()
The version which can indentify a job version like a commit hash or md5 hash- Returns:
- version
-
setVersion
public void setVersion(java.lang.String version)
-
versionType
public VersionInfo versionType(java.lang.String versionType)
-
getVersionType
@NotNull public @NotNull java.lang.String getVersionType()
The type of the version like git hash or md5 hash- Returns:
- versionType
-
setVersionType
public void setVersionType(java.lang.String versionType)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-