Class Secret
- java.lang.Object
-
- fish.payara.microprofile.config.extensions.azure.model.Secret
-
public class Secret extends Object
-
-
Constructor Summary
Constructors Constructor Description Secret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesgetAttributes()StringgetId()StringgetValue()voidsetAttributes(Attributes attributes)voidsetId(String id)voidsetValue(String value)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getAttributes
public Attributes getAttributes()
-
setAttributes
public void setAttributes(Attributes attributes)
-
-