public class OptimizeAction extends AbstractModel
Constructor and Description |
---|
OptimizeAction() |
OptimizeAction(OptimizeAction source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectivity()
Get The network environment.
|
String |
getName()
Get The optimization metric.
|
Long |
getRatio()
Get The estimated improvement ratio, in %.
|
Long |
getValue()
Get The estimated load time, in milliseconds.
|
void |
setConnectivity(String Connectivity)
Set The network environment.
|
void |
setName(String Name)
Set The optimization metric.
|
void |
setRatio(Long Ratio)
Set The estimated improvement ratio, in %.
|
void |
setValue(Long Value)
Set The estimated load time, in milliseconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OptimizeAction()
public OptimizeAction(OptimizeAction source)
public String getName()
public void setName(String Name)
Name
- The optimization metric. Values:
public String getConnectivity()
public void setConnectivity(String Connectivity)
Connectivity
- The network environment.public Long getValue()
public void setValue(Long Value)
Value
- The estimated load time, in milliseconds.public Long getRatio()
public void setRatio(Long Ratio)
Ratio
- The estimated improvement ratio, in %.Copyright © 2023. All rights reserved.