@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class SamlAssertionAttribute extends Object
| Constructor and Description |
|---|
SamlAssertionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorDetails |
getErrorDetails() |
String |
getName() |
String |
getOriginalValue()
The initial value of the tab when it was sent to the recipient.
|
String |
getValue()
The value associated with the named SAML assertion attribute
|
int |
hashCode() |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setName(String name) |
void |
setOriginalValue(String originalValue) |
void |
setValue(String value) |
String |
toString() |
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getName()
public void setName(String name)
public String getOriginalValue()
The initial value of the tab when it was sent to the recipient.
public void setOriginalValue(String originalValue)
public String getValue()
The value associated with the named SAML assertion attribute
public void setValue(String value)
Copyright © 2017. All Rights Reserved.