public class DiffHeader extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiffHeader() |
DiffHeader(DiffHeader 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 |
getId()
Get ID, which is used by the front end.
|
String |
getName()
Get Name
|
void |
setId(String Id)
Set ID, which is used by the front end.
|
void |
setName(String Name)
Set Name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DiffHeader()
public DiffHeader(DiffHeader source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getId()
public void setId(String Id)
Id
- ID, which is used by the front end.Copyright © 2025. All rights reserved.