All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.ocr.v20181119.models.EstateCertOCRResponse Maven / Gradle / Ivy

/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.ocr.v20181119.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class EstateCertOCRResponse extends AbstractModel {

    /**
    * 权利人
    */
    @SerializedName("Obligee")
    @Expose
    private String Obligee;

    /**
    * 共有情况
    */
    @SerializedName("Ownership")
    @Expose
    private String Ownership;

    /**
    * 坐落
    */
    @SerializedName("Location")
    @Expose
    private String Location;

    /**
    * 不动产单元号
    */
    @SerializedName("Unit")
    @Expose
    private String Unit;

    /**
    * 权利类型
    */
    @SerializedName("Type")
    @Expose
    private String Type;

    /**
    * 权利性质
    */
    @SerializedName("Property")
    @Expose
    private String Property;

    /**
    * 用途
    */
    @SerializedName("Usage")
    @Expose
    private String Usage;

    /**
    * 面积
    */
    @SerializedName("Area")
    @Expose
    private String Area;

    /**
    * 使用期限
    */
    @SerializedName("Term")
    @Expose
    private String Term;

    /**
    * 权利其他状况,多行会用换行符\n连接。
    */
    @SerializedName("Other")
    @Expose
    private String Other;

    /**
    * 图片旋转角度
    */
    @SerializedName("Angle")
    @Expose
    private Float Angle;

    /**
    * 不动产权号
    */
    @SerializedName("Number")
    @Expose
    private String Number;

    /**
    * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
    */
    @SerializedName("RequestId")
    @Expose
    private String RequestId;

    /**
     * Get 权利人 
     * @return Obligee 权利人
     */
    public String getObligee() {
        return this.Obligee;
    }

    /**
     * Set 权利人
     * @param Obligee 权利人
     */
    public void setObligee(String Obligee) {
        this.Obligee = Obligee;
    }

    /**
     * Get 共有情况 
     * @return Ownership 共有情况
     */
    public String getOwnership() {
        return this.Ownership;
    }

    /**
     * Set 共有情况
     * @param Ownership 共有情况
     */
    public void setOwnership(String Ownership) {
        this.Ownership = Ownership;
    }

    /**
     * Get 坐落 
     * @return Location 坐落
     */
    public String getLocation() {
        return this.Location;
    }

    /**
     * Set 坐落
     * @param Location 坐落
     */
    public void setLocation(String Location) {
        this.Location = Location;
    }

    /**
     * Get 不动产单元号 
     * @return Unit 不动产单元号
     */
    public String getUnit() {
        return this.Unit;
    }

    /**
     * Set 不动产单元号
     * @param Unit 不动产单元号
     */
    public void setUnit(String Unit) {
        this.Unit = Unit;
    }

    /**
     * Get 权利类型 
     * @return Type 权利类型
     */
    public String getType() {
        return this.Type;
    }

    /**
     * Set 权利类型
     * @param Type 权利类型
     */
    public void setType(String Type) {
        this.Type = Type;
    }

    /**
     * Get 权利性质 
     * @return Property 权利性质
     */
    public String getProperty() {
        return this.Property;
    }

    /**
     * Set 权利性质
     * @param Property 权利性质
     */
    public void setProperty(String Property) {
        this.Property = Property;
    }

    /**
     * Get 用途 
     * @return Usage 用途
     */
    public String getUsage() {
        return this.Usage;
    }

    /**
     * Set 用途
     * @param Usage 用途
     */
    public void setUsage(String Usage) {
        this.Usage = Usage;
    }

    /**
     * Get 面积 
     * @return Area 面积
     */
    public String getArea() {
        return this.Area;
    }

    /**
     * Set 面积
     * @param Area 面积
     */
    public void setArea(String Area) {
        this.Area = Area;
    }

    /**
     * Get 使用期限 
     * @return Term 使用期限
     */
    public String getTerm() {
        return this.Term;
    }

    /**
     * Set 使用期限
     * @param Term 使用期限
     */
    public void setTerm(String Term) {
        this.Term = Term;
    }

    /**
     * Get 权利其他状况,多行会用换行符\n连接。 
     * @return Other 权利其他状况,多行会用换行符\n连接。
     */
    public String getOther() {
        return this.Other;
    }

    /**
     * Set 权利其他状况,多行会用换行符\n连接。
     * @param Other 权利其他状况,多行会用换行符\n连接。
     */
    public void setOther(String Other) {
        this.Other = Other;
    }

    /**
     * Get 图片旋转角度 
     * @return Angle 图片旋转角度
     */
    public Float getAngle() {
        return this.Angle;
    }

    /**
     * Set 图片旋转角度
     * @param Angle 图片旋转角度
     */
    public void setAngle(Float Angle) {
        this.Angle = Angle;
    }

    /**
     * Get 不动产权号 
     * @return Number 不动产权号
     */
    public String getNumber() {
        return this.Number;
    }

    /**
     * Set 不动产权号
     * @param Number 不动产权号
     */
    public void setNumber(String Number) {
        this.Number = Number;
    }

    /**
     * Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 
     * @return RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     */
    public String getRequestId() {
        return this.RequestId;
    }

    /**
     * Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     * @param RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     */
    public void setRequestId(String RequestId) {
        this.RequestId = RequestId;
    }

    public EstateCertOCRResponse() {
    }

    /**
     * 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.
     */
    public EstateCertOCRResponse(EstateCertOCRResponse source) {
        if (source.Obligee != null) {
            this.Obligee = new String(source.Obligee);
        }
        if (source.Ownership != null) {
            this.Ownership = new String(source.Ownership);
        }
        if (source.Location != null) {
            this.Location = new String(source.Location);
        }
        if (source.Unit != null) {
            this.Unit = new String(source.Unit);
        }
        if (source.Type != null) {
            this.Type = new String(source.Type);
        }
        if (source.Property != null) {
            this.Property = new String(source.Property);
        }
        if (source.Usage != null) {
            this.Usage = new String(source.Usage);
        }
        if (source.Area != null) {
            this.Area = new String(source.Area);
        }
        if (source.Term != null) {
            this.Term = new String(source.Term);
        }
        if (source.Other != null) {
            this.Other = new String(source.Other);
        }
        if (source.Angle != null) {
            this.Angle = new Float(source.Angle);
        }
        if (source.Number != null) {
            this.Number = new String(source.Number);
        }
        if (source.RequestId != null) {
            this.RequestId = new String(source.RequestId);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "Obligee", this.Obligee);
        this.setParamSimple(map, prefix + "Ownership", this.Ownership);
        this.setParamSimple(map, prefix + "Location", this.Location);
        this.setParamSimple(map, prefix + "Unit", this.Unit);
        this.setParamSimple(map, prefix + "Type", this.Type);
        this.setParamSimple(map, prefix + "Property", this.Property);
        this.setParamSimple(map, prefix + "Usage", this.Usage);
        this.setParamSimple(map, prefix + "Area", this.Area);
        this.setParamSimple(map, prefix + "Term", this.Term);
        this.setParamSimple(map, prefix + "Other", this.Other);
        this.setParamSimple(map, prefix + "Angle", this.Angle);
        this.setParamSimple(map, prefix + "Number", this.Number);
        this.setParamSimple(map, prefix + "RequestId", this.RequestId);

    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy