- java.lang.Object
-
- swim.uri.UriUser
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UriUsercopy(String username, String password)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.voiddisplay(Output<?> output)Writes a human readable, display-formatted string representation of this object tooutput.booleanequals(Object other)static UriUserfrom(String username)static UriUserfrom(String username, String password)inthashCode()booleanisDefined()static UriUserparse(String string)Stringpassword()UriUserpassword(String password)StringtoString()static UriUserundefined()Stringusername()UriUserusername(String username)
-
-
-
Method Detail
-
undefined
public static UriUser undefined()
-
isDefined
public boolean isDefined()
-
username
public String username()
-
password
public String password()
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
display
public void display(Output<?> output)
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput.
-
-