Package com.authlete.common.dto
Class NamedUri
- java.lang.Object
-
- com.authlete.common.dto.NamedUri
-
- All Implemented Interfaces:
Serializable
public class NamedUri extends Object implements Serializable
Named URI.- Since:
- 2.49
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedUri()
-
-
-
Method Detail
-
getName
public String getName()
Get the name of the URI.- Returns:
- The name of the URI.
-
setName
public NamedUri setName(String name)
Set the name of the URI.- Parameters:
name
- The name of the URI.- Returns:
this
object.
-
getUri
public URI getUri()
Get the value of the URI.- Returns:
- The value of the URI.
-
-