|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiLicense
public class ApiLicense
Information about the Cloudera Manager license.
Constructor Summary | |
---|---|
ApiLicense()
|
|
ApiLicense(String owner,
String uuid,
Date expiration)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Date |
getExpiration()
The expiration date. |
String |
getOwner()
The owner (organization name) of the license. |
String |
getUuid()
A UUID of this license. |
int |
hashCode()
|
void |
setExpiration(Date expiration)
|
void |
setOwner(String owner)
|
void |
setUuid(String uuid)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiLicense()
public ApiLicense(String owner, String uuid, Date expiration)
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getOwner()
public void setOwner(String owner)
public String getUuid()
public void setUuid(String uuid)
public Date getExpiration()
public void setExpiration(Date expiration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |