|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.action.hadoop.CredentialsProperties
public class CredentialsProperties
Constructor Summary | |
---|---|
CredentialsProperties(String name,
String type)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CredentialsProperties(String name, String type)
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic HashMap<String,String> getProperties()
public void setProperties(HashMap<String,String> properties)
properties
- the properties to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |