public class ApiLicense extends Object
Constructor and Description |
---|
ApiLicense() |
ApiLicense(String owner,
String uuid,
Date expiration) |
Modifier and Type | Method and Description |
---|---|
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() |
public String getOwner()
public void setOwner(String owner)
public String getUuid()
public void setUuid(String uuid)
public Date getExpiration()
public void setExpiration(Date expiration)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.