public class Attribute extends EntityObject
Profile
which is sent over to an
open id client.Constructor and Description |
---|
Attribute() |
Attribute(String name,
String value)
Creates an attribute with the createdDate and
updatedDate set to now.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(String value) |
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
equals
in class EntityObject
public int hashCode()
hashCode
in class EntityObject
Copyright © 2021 Atlassian. All rights reserved.