@Deprecated public class ContactInfo extends Address
Constructor and Description |
---|
ContactInfo()
Deprecated.
Default constructor.
|
ContactInfo(Reference reference)
Deprecated.
Constructor.
|
ContactInfo(Reference reference,
String displayName)
Deprecated.
Constructor.
|
ContactInfo(Reference reference,
String expires,
int quality)
Deprecated.
Constructor.
|
ContactInfo(Reference reference,
String displayName,
String expires,
int quality)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpires()
Deprecated.
Returns the delay of expiration.
|
float |
getQuality()
Deprecated.
Returns the quality/preference level.
|
void |
setExpires(String expires)
Deprecated.
Sets the delay of expiration.
|
void |
setQuality(float quality)
Deprecated.
Sets the quality/preference level.
|
clone, getDisplayName, getParameters, getReference, setDisplayName, setParameters, setReference, toString
public ContactInfo()
public ContactInfo(Reference reference)
reference
- The address reference.public ContactInfo(Reference reference, String displayName)
reference
- The address reference.displayName
- The name displayed.public ContactInfo(Reference reference, String expires, int quality)
reference
- The address reference.expires
- The delay of expiration.quality
- The quality/preference level.public String getExpires()
public float getQuality()
public void setExpires(String expires)
expires
- The delay of expiration.public void setQuality(float quality)
quality
- The quality/preference level.Copyright © 2005–2019. All rights reserved.