public final class TenantSpecification extends NamedEntity
name
Constructor and Description |
---|
TenantSpecification(String name,
Integer workers,
Integer maxClusters,
Integer maxNodes) |
TenantSpecification(String name,
String description,
Integer workers,
Integer maxClusters,
Integer maxNodes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
int |
getMaxClusters() |
int |
getMaxNodes() |
int |
getWorkers() |
int |
hashCode() |
String |
toString() |
getName
public TenantSpecification(String name, String description, Integer workers, Integer maxClusters, Integer maxNodes)
public String getDescription()
public int getWorkers()
public int getMaxClusters()
public int getMaxNodes()
public boolean equals(Object o)
equals
in class NamedEntity
public int hashCode()
hashCode
in class NamedEntity
public String toString()
toString
in class NamedEntity
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.