public class UsageModel extends Object
| Constructor and Description |
|---|
UsageModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeft() |
String |
getRequest() |
String |
getTotal() |
String |
getUsed() |
void |
setLeft(String left) |
void |
setRequest(String request) |
void |
setTotal(String total) |
void |
setUsed(String used) |
public String getLeft()
public void setLeft(String left)
public String getRequest()
public void setRequest(String request)
public String getTotal()
public void setTotal(String total)
public String getUsed()
public void setUsed(String used)
Copyright © 2024. All rights reserved.