public class SlmDeviceInfo extends AlipayObject
| 构造器和说明 |
|---|
SlmDeviceInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrand() |
String |
getPlatform() |
String |
getProduct() |
String |
getScope() |
String |
getSn() |
String |
getSupport() |
void |
setBrand(String brand) |
void |
setPlatform(String platform) |
void |
setProduct(String product) |
void |
setScope(String scope) |
void |
setSn(String sn) |
void |
setSupport(String support) |
public String getBrand()
public void setBrand(String brand)
public String getPlatform()
public void setPlatform(String platform)
public String getProduct()
public void setProduct(String product)
public String getScope()
public void setScope(String scope)
public String getSn()
public void setSn(String sn)
public String getSupport()
public void setSupport(String support)
Copyright © 2023. All rights reserved.