@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHive3ReplicationMetric extends Object
Constructor and Description |
---|
ApiHive3ReplicationMetric() |
Modifier and Type | Method and Description |
---|---|
ApiHive3ReplicationMetric |
currentCount(BigDecimal currentCount) |
boolean |
equals(Object o) |
BigDecimal |
getCurrentCount() |
String |
getName() |
BigDecimal |
getTotalCount() |
int |
hashCode() |
ApiHive3ReplicationMetric |
name(String name) |
void |
setCurrentCount(BigDecimal currentCount) |
void |
setName(String name) |
void |
setTotalCount(BigDecimal totalCount) |
String |
toString() |
ApiHive3ReplicationMetric |
totalCount(BigDecimal totalCount) |
public ApiHive3ReplicationMetric name(String name)
public String getName()
public void setName(String name)
public ApiHive3ReplicationMetric currentCount(BigDecimal currentCount)
public BigDecimal getCurrentCount()
public void setCurrentCount(BigDecimal currentCount)
public ApiHive3ReplicationMetric totalCount(BigDecimal totalCount)
public BigDecimal getTotalCount()
public void setTotalCount(BigDecimal totalCount)
Copyright © 2022. All rights reserved.