com.larksuite.oapi.service.sheets.v2.model.BlockInfo Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.sheets.v2.model;
import com.google.gson.annotations.SerializedName;
public class BlockInfo {
@SerializedName("blockToken")
private String blockToken;
@SerializedName("blockType")
private String blockType;
public String getBlockToken() {
return this.blockToken;
}
public void setBlockToken(String blockToken) {
this.blockToken = blockToken;
}
public String getBlockType() {
return this.blockType;
}
public void setBlockType(String blockType) {
this.blockType = blockType;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy