public class SealInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SealInfo() |
SealInfo(SealInfo 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 |
---|---|
Rect |
getLocation()
Get Seal coordinates
|
String[] |
getOtherTexts()
Get Other text content
|
String |
getSealBody()
Get Seal body information
|
String |
getSealShape()
Get Seal shape.
|
void |
setLocation(Rect Location)
Set Seal coordinates
|
void |
setOtherTexts(String[] OtherTexts)
Set Other text content
|
void |
setSealBody(String SealBody)
Set Seal body information
|
void |
setSealShape(String SealShape)
Set Seal shape.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SealInfo()
public SealInfo(SealInfo source)
public String getSealBody()
public void setSealBody(String SealBody)
SealBody
- Seal body informationpublic Rect getLocation()
public void setLocation(Rect Location)
Location
- Seal coordinatespublic String[] getOtherTexts()
public void setOtherTexts(String[] OtherTexts)
OtherTexts
- Other text contentpublic String getSealShape()
public void setSealShape(String SealShape)
SealShape
- Seal shape. Valid values:
0: Round
1: Oval
2: Rectangle
3: Diamond
4: TriangleCopyright © 2024. All rights reserved.