public class Credential extends Object
Constructor and Description |
---|
Credential() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getType() |
String |
getValue()
Specifies the value of the tab.
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
Credential |
type(String type) |
Credential |
value(String value) |
public Credential type(String type)
public String getType()
public void setType(String type)
public Credential value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2019. All rights reserved.