public class BlockTitle extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BlockTitle() | 
| BlockTitle(BlockTitle 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 | getName()Get name | 
| String | getSrc()Get src | 
| String | getValue()Get value | 
| void | setName(String Name)Set name | 
| void | setSrc(String Src)Set src | 
| void | setValue(String Value)Set value | 
| 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, toJsonStringpublic BlockTitle()
public BlockTitle(BlockTitle source)
public String getName()
public void setName(String Name)
Name - namepublic String getSrc()
public void setSrc(String Src)
Src - srcpublic String getValue()
public void setValue(String Value)
Value - valueCopyright © 2025. All rights reserved.