- 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)static UriUsercreate(String username)static UriUsercreate(String username, String password)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.<T> Output<T>display(Output<T> output)Writes a human readable, display-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()booleanisDefined()static UriUserparse(String string)Stringpassword()UriUserpassword(String password)StringtoString()static UriUserundefined()Stringusername()UriUserusername(String username)
-
-
-
Method Detail
-
isDefined
public boolean isDefined()
-
username
public String username()
-
password
public String password()
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
display
public <T> Output<T> display(Output<T> output)
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput.
-
undefined
public static UriUser undefined()
-
-