public class MsDeviceQueryInfo
extends java.lang.Object
| 构造器和说明 |
|---|
MsDeviceQueryInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
MsDeviceQueryInfo |
addDeviceUnsItem(java.lang.String deviceUnsItem) |
MsDeviceQueryInfo |
addStatusItem(java.lang.Integer statusItem) |
MsDeviceQueryInfo |
addSupportServiceItem(java.lang.String supportServiceItem) |
MsDeviceQueryInfo |
companyInfo(MsCompanyQueryInfo companyInfo) |
MsDeviceQueryInfo |
deviceName(java.lang.String deviceName) |
MsDeviceQueryInfo |
deviceNo(java.lang.String deviceNo) |
MsDeviceQueryInfo |
deviceType(java.lang.String deviceType) |
MsDeviceQueryInfo |
deviceUns(java.util.List<java.lang.String> deviceUns) |
boolean |
equals(java.lang.Object o) |
MsCompanyQueryInfo |
getCompanyInfo()
公司信息
|
java.lang.String |
getDeviceName()
设备名称
|
java.lang.String |
getDeviceNo()
设备编号
|
java.lang.String |
getDeviceType()
(必须)设备类型,taxDevice:税控设备,UKey:UKey
|
java.util.List<java.lang.String> |
getDeviceUns()
设备唯一码
|
java.lang.String |
getInvoiceType()
发票类型
|
java.util.List<java.lang.Integer> |
getStatus()
设备状态(0:待审核 1:审核通过 2:审核失败 11:启用 12:停用)
|
java.util.List<java.lang.String> |
getSupportService()
服务类型(print:打印 make:开票,originAccount:底账)
|
MsTaxDeviceQueryRequestInfo |
getTaxDeviceInfo()
税控设备消息
|
int |
hashCode() |
MsDeviceQueryInfo |
invoiceType(java.lang.String invoiceType) |
void |
setCompanyInfo(MsCompanyQueryInfo companyInfo) |
void |
setDeviceName(java.lang.String deviceName) |
void |
setDeviceNo(java.lang.String deviceNo) |
void |
setDeviceType(java.lang.String deviceType) |
void |
setDeviceUns(java.util.List<java.lang.String> deviceUns) |
void |
setInvoiceType(java.lang.String invoiceType) |
void |
setStatus(java.util.List<java.lang.Integer> status) |
void |
setSupportService(java.util.List<java.lang.String> supportService) |
void |
setTaxDeviceInfo(MsTaxDeviceQueryRequestInfo taxDeviceInfo) |
MsDeviceQueryInfo |
status(java.util.List<java.lang.Integer> status) |
MsDeviceQueryInfo |
supportService(java.util.List<java.lang.String> supportService) |
MsDeviceQueryInfo |
taxDeviceInfo(MsTaxDeviceQueryRequestInfo taxDeviceInfo) |
java.lang.String |
toString() |
public MsDeviceQueryInfo deviceType(java.lang.String deviceType)
public java.lang.String getDeviceType()
public void setDeviceType(java.lang.String deviceType)
public MsDeviceQueryInfo deviceUns(java.util.List<java.lang.String> deviceUns)
public MsDeviceQueryInfo addDeviceUnsItem(java.lang.String deviceUnsItem)
public java.util.List<java.lang.String> getDeviceUns()
public void setDeviceUns(java.util.List<java.lang.String> deviceUns)
public MsDeviceQueryInfo companyInfo(MsCompanyQueryInfo companyInfo)
public MsCompanyQueryInfo getCompanyInfo()
public void setCompanyInfo(MsCompanyQueryInfo companyInfo)
public MsDeviceQueryInfo deviceNo(java.lang.String deviceNo)
public java.lang.String getDeviceNo()
public void setDeviceNo(java.lang.String deviceNo)
public MsDeviceQueryInfo deviceName(java.lang.String deviceName)
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
public MsDeviceQueryInfo supportService(java.util.List<java.lang.String> supportService)
public MsDeviceQueryInfo addSupportServiceItem(java.lang.String supportServiceItem)
public java.util.List<java.lang.String> getSupportService()
public void setSupportService(java.util.List<java.lang.String> supportService)
public MsDeviceQueryInfo status(java.util.List<java.lang.Integer> status)
public MsDeviceQueryInfo addStatusItem(java.lang.Integer statusItem)
public java.util.List<java.lang.Integer> getStatus()
public void setStatus(java.util.List<java.lang.Integer> status)
public MsDeviceQueryInfo invoiceType(java.lang.String invoiceType)
public java.lang.String getInvoiceType()
public void setInvoiceType(java.lang.String invoiceType)
public MsDeviceQueryInfo taxDeviceInfo(MsTaxDeviceQueryRequestInfo taxDeviceInfo)
public MsTaxDeviceQueryRequestInfo getTaxDeviceInfo()
public void setTaxDeviceInfo(MsTaxDeviceQueryRequestInfo taxDeviceInfo)
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object