public class HitRateDataByDomain extends Object
| Constructor and Description |
|---|
HitRateDataByDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainId() |
Double |
getFlowHitRate() |
Double |
getReqHitRate() |
void |
setDomainId(String domainId) |
void |
setFlowHitRate(Double flowHitRate) |
void |
setReqHitRate(Double reqHitRate) |
public String getDomainId()
public void setDomainId(String domainId)
public Double getFlowHitRate()
public void setFlowHitRate(Double flowHitRate)
public Double getReqHitRate()
public void setReqHitRate(Double reqHitRate)
Copyright © 2023. All rights reserved.