public class LimitBandwidth extends JsonObject
| Constructor and Description |
|---|
LimitBandwidth() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getThreshold() |
boolean |
isActived() |
boolean |
isEnabled() |
void |
setAction(String action) |
void |
setActived(boolean actived) |
void |
setEnabled(boolean enabled) |
void |
setThreshold(String threshold) |
LimitBandwidth |
withAction(String action) |
LimitBandwidth |
withActived(boolean actived) |
LimitBandwidth |
withEnabled(boolean enabled) |
LimitBandwidth |
withThreshold(String threshold) |
toStringpublic LimitBandwidth withEnabled(boolean enabled)
public LimitBandwidth withActived(boolean actived)
public LimitBandwidth withThreshold(String threshold)
public LimitBandwidth withAction(String action)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getThreshold()
public void setThreshold(String threshold)
public String getAction()
public void setAction(String action)
public boolean isActived()
public void setActived(boolean actived)
Copyright © 2023. All rights reserved.