Class InstitutionOCRResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.InstitutionOCRResponse
-
public class InstitutionOCRResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstitutionOCRResponse()InstitutionOCRResponse(InstitutionOCRResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLegalPerson()Get 法定代表人StringgetLocation()Get 住所StringgetName()Get 名称StringgetRegId()Get 注册号StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetValidDate()Get 有效期voidsetLegalPerson(String LegalPerson)Set 法定代表人voidsetLocation(String Location)Set 住所voidsetName(String Name)Set 名称voidsetRegId(String RegId)Set 注册号voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetValidDate(String ValidDate)Set 有效期voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstitutionOCRResponse
public InstitutionOCRResponse()
-
InstitutionOCRResponse
public InstitutionOCRResponse(InstitutionOCRResponse 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.
-
-
Method Detail
-
getRegId
public String getRegId()
Get 注册号- Returns:
- RegId 注册号
-
setRegId
public void setRegId(String RegId)
Set 注册号- Parameters:
RegId- 注册号
-
getValidDate
public String getValidDate()
Get 有效期- Returns:
- ValidDate 有效期
-
setValidDate
public void setValidDate(String ValidDate)
Set 有效期- Parameters:
ValidDate- 有效期
-
getLocation
public String getLocation()
Get 住所- Returns:
- Location 住所
-
setLocation
public void setLocation(String Location)
Set 住所- Parameters:
Location- 住所
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getLegalPerson
public String getLegalPerson()
Get 法定代表人- Returns:
- LegalPerson 法定代表人
-
setLegalPerson
public void setLegalPerson(String LegalPerson)
Set 法定代表人- Parameters:
LegalPerson- 法定代表人
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-