ProfileProperties
@Deprecated
public class AccountProfileProperties
extends java.lang.Object
ImmutableProfileProperties
Modifier and Type | Method and Description |
---|---|
static AccountProfileProperties |
create(java.lang.String name,
java.io.File avatar)
Deprecated.
|
static AccountProfileProperties |
createFrom(AccountProfile accountProfile)
Deprecated.
|
java.io.File |
getAvatar()
Deprecated.
|
java.lang.String |
getId()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Deprecated.
|
void |
putProp(java.lang.String key,
boolean value)
Deprecated.
|
void |
putProp(java.lang.String key,
java.lang.Number value)
Deprecated.
|
void |
putProp(java.lang.String key,
java.lang.String value)
Deprecated.
|
void |
removeProp(java.lang.String key)
Deprecated.
|
void |
setAvatar(java.io.File avatar)
Deprecated.
|
void |
setId(java.lang.String id)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Object> |
toProperties()
Deprecated.
|
public static AccountProfileProperties create(java.lang.String name, java.io.File avatar)
public static AccountProfileProperties createFrom(AccountProfile accountProfile)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.io.File getAvatar()
public void setAvatar(java.io.File avatar)
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
public void putProp(java.lang.String key, java.lang.String value)
public void putProp(java.lang.String key, java.lang.Number value)
public void putProp(java.lang.String key, boolean value)
public void removeProp(java.lang.String key)
@Nullable public java.lang.String getId()
public void setId(java.lang.String id)
public java.util.Map<java.lang.String,java.lang.Object> toProperties()