public class CredentialMac
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
algorithm |
protected java.lang.String |
creationDate |
protected java.lang.String |
expirationDate |
protected java.lang.String |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
CredentialMac() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Gets the value of the algorithm property.
|
java.lang.String |
getCreationDate()
Gets the value of the creationDate property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getvalue()
Gets the value of the value property.
|
void |
setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.
|
void |
setCreationDate(java.lang.String value)
Sets the value of the creationDate property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setvalue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String type
protected java.lang.String algorithm
protected java.lang.String creationDate
protected java.lang.String expirationDate
protected java.lang.String value
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlgorithm()
Stringpublic void setAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationDate()
Stringpublic void setCreationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpirationDate()
Stringpublic void setExpirationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getvalue()
Stringpublic void setvalue(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.