public class CredentialsProperties extends Object
Constructor and Description |
---|
CredentialsProperties(String name,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name
|
HashMap<String,String> |
getProperties()
Get the properties
|
String |
getType()
Get the type
|
void |
setName(String name)
Set the name
|
void |
setProperties(HashMap<String,String> properties)
Set the properties
|
void |
setType(String type)
Set the type
|
String |
toString() |
public CredentialsProperties(String name, String type)
public HashMap<String,String> getProperties()
public void setProperties(HashMap<String,String> properties)
properties
- the properties to setCopyright © 2018 Apache Software Foundation. All rights reserved.