@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-05-14T16:48:53.494+08:00") public class Level extends Object
| 构造器和说明 |
|---|
Level() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getHigh()
Ratio of high watermark of the tier (e.g. 0.9)
|
String |
getLow()
Ratio of low watermark of the tier (e.g. 0.7)
|
String |
getMediumtype()
Medium Type of the tier.
|
String |
getPath()
File paths to be used for the tier.
|
io.kubernetes.client.proto.V1.ResourceQuota |
getQuota()
Quota for the whole tier.
|
String |
getQuotaList()
QuotaList are quotas used to set quota on multiple paths.
|
int |
hashCode() |
Level |
high(String high) |
Level |
low(String low) |
Level |
mediumtype(String mediumtype) |
Level |
path(String path) |
Level |
quota(io.kubernetes.client.proto.V1.ResourceQuota quota) |
Level |
quotaList(String quotaList) |
void |
setHigh(String high) |
void |
setLow(String low) |
void |
setMediumtype(String mediumtype) |
void |
setPath(String path) |
void |
setQuota(io.kubernetes.client.proto.V1.ResourceQuota quota) |
void |
setQuotaList(String quotaList) |
String |
toString() |
public String getHigh()
public void setHigh(String high)
public String getLow()
public void setLow(String low)
public String getMediumtype()
public void setMediumtype(String mediumtype)
public String getPath()
public void setPath(String path)
public Level quota(io.kubernetes.client.proto.V1.ResourceQuota quota)
public io.kubernetes.client.proto.V1.ResourceQuota getQuota()
public void setQuota(io.kubernetes.client.proto.V1.ResourceQuota quota)
public String getQuotaList()
public void setQuotaList(String quotaList)
Copyright © 2021. All rights reserved.