public class ResponseWrapperPhishingSiteResultNftRisk extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
nftOpenSource |
private Integer |
nftProxy |
private Integer |
oversupplyMinting |
private ResponseWrapperPhishingSiteResultNftRiskPrivilegedBurn |
privilegedBurn |
private ResponseWrapperPhishingSiteResultNftRiskPrivilegedMinting |
privilegedMinting |
private Integer |
restrictedApproval |
private ResponseWrapperPhishingSiteResultNftRiskSelfDestruct |
selfDestruct |
private ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval |
transferWithoutApproval |
| 构造器和说明 |
|---|
ResponseWrapperPhishingSiteResultNftRisk() |
@SerializedName(value="nft_open_source") private Integer nftOpenSource
@SerializedName(value="privileged_minting") private ResponseWrapperPhishingSiteResultNftRiskPrivilegedMinting privilegedMinting
@SerializedName(value="oversupply_minting") private Integer oversupplyMinting
@SerializedName(value="nft_proxy") private Integer nftProxy
@SerializedName(value="restricted_approval") private Integer restrictedApproval
@SerializedName(value="transfer_without_approval") private ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval transferWithoutApproval
@SerializedName(value="privileged_burn") private ResponseWrapperPhishingSiteResultNftRiskPrivilegedBurn privilegedBurn
@SerializedName(value="self_destruct") private ResponseWrapperPhishingSiteResultNftRiskSelfDestruct selfDestruct
public ResponseWrapperPhishingSiteResultNftRisk nftOpenSource(Integer nftOpenSource)
public Integer getNftOpenSource()
public void setNftOpenSource(Integer nftOpenSource)
public ResponseWrapperPhishingSiteResultNftRisk privilegedMinting(ResponseWrapperPhishingSiteResultNftRiskPrivilegedMinting privilegedMinting)
public ResponseWrapperPhishingSiteResultNftRiskPrivilegedMinting getPrivilegedMinting()
public void setPrivilegedMinting(ResponseWrapperPhishingSiteResultNftRiskPrivilegedMinting privilegedMinting)
public ResponseWrapperPhishingSiteResultNftRisk oversupplyMinting(Integer oversupplyMinting)
public Integer getOversupplyMinting()
public void setOversupplyMinting(Integer oversupplyMinting)
public ResponseWrapperPhishingSiteResultNftRisk nftProxy(Integer nftProxy)
public Integer getNftProxy()
public void setNftProxy(Integer nftProxy)
public ResponseWrapperPhishingSiteResultNftRisk restrictedApproval(Integer restrictedApproval)
public Integer getRestrictedApproval()
public void setRestrictedApproval(Integer restrictedApproval)
public ResponseWrapperPhishingSiteResultNftRisk transferWithoutApproval(ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval transferWithoutApproval)
public ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval getTransferWithoutApproval()
public void setTransferWithoutApproval(ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval transferWithoutApproval)
public ResponseWrapperPhishingSiteResultNftRisk privilegedBurn(ResponseWrapperPhishingSiteResultNftRiskPrivilegedBurn privilegedBurn)
public ResponseWrapperPhishingSiteResultNftRiskPrivilegedBurn getPrivilegedBurn()
public void setPrivilegedBurn(ResponseWrapperPhishingSiteResultNftRiskPrivilegedBurn privilegedBurn)
public ResponseWrapperPhishingSiteResultNftRisk selfDestruct(ResponseWrapperPhishingSiteResultNftRiskSelfDestruct selfDestruct)
public ResponseWrapperPhishingSiteResultNftRiskSelfDestruct getSelfDestruct()
public void setSelfDestruct(ResponseWrapperPhishingSiteResultNftRiskSelfDestruct selfDestruct)
Copyright © 2024. All rights reserved.