public class Compatibility extends AbstractModel
Constructor and Description |
---|
Compatibility() |
Compatibility(Compatibility 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 |
---|---|
Long |
getCode()
Get Compatibility flag status code.
|
void |
setCode(Long Code)
Set Compatibility flag status code.
|
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 Compatibility()
public Compatibility(Compatibility source)
public Long getCode()
public void setCode(Long Code)
Code
- Compatibility flag status code.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.