Class DataHubSecretValue
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubSecretValue
-
- 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 DataHubSecretValue extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueThe value of a DataHub Secret
-
-
Constructor Summary
Constructors Constructor Description DataHubSecretValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataHubSecretValuedescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetDescription()Description of the secret@NotNull java.lang.StringgetName()The display name for the secret@NotNull java.lang.StringgetValue()The AES-encrypted value of the DataHub secret.inthashCode()DataHubSecretValuename(java.lang.String name)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)voidsetValue(java.lang.String value)java.lang.StringtoString()DataHubSecretValuevalue(java.lang.String value)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public DataHubSecretValue name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
The display name for the secret- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
value
public DataHubSecretValue value(java.lang.String value)
-
getValue
@NotNull public @NotNull java.lang.String getValue()
The AES-encrypted value of the DataHub secret.- Returns:
- value
-
setValue
public void setValue(java.lang.String value)
-
description
public DataHubSecretValue description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Description of the secret- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
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
-
-