public static class BatchGetEdgeDriverResponse.Driver extends Object
| 构造器和说明 |
|---|
Driver() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCpuArch() |
String |
getDriverId() |
String |
getDriverName() |
String |
getDriverProtocol() |
Long |
getGmtCreateTimestamp() |
Long |
getGmtModifiedTimestamp() |
Boolean |
getIsBuiltIn() |
String |
getRuntime() |
Integer |
getType() |
void |
setCpuArch(String cpuArch) |
void |
setDriverId(String driverId) |
void |
setDriverName(String driverName) |
void |
setDriverProtocol(String driverProtocol) |
void |
setGmtCreateTimestamp(Long gmtCreateTimestamp) |
void |
setGmtModifiedTimestamp(Long gmtModifiedTimestamp) |
void |
setIsBuiltIn(Boolean isBuiltIn) |
void |
setRuntime(String runtime) |
void |
setType(Integer type) |
public String getDriverId()
public void setDriverId(String driverId)
public String getDriverName()
public void setDriverName(String driverName)
public String getDriverProtocol()
public void setDriverProtocol(String driverProtocol)
public String getRuntime()
public void setRuntime(String runtime)
public String getCpuArch()
public void setCpuArch(String cpuArch)
public Integer getType()
public void setType(Integer type)
public Boolean getIsBuiltIn()
public void setIsBuiltIn(Boolean isBuiltIn)
public Long getGmtCreateTimestamp()
public void setGmtCreateTimestamp(Long gmtCreateTimestamp)
public Long getGmtModifiedTimestamp()
public void setGmtModifiedTimestamp(Long gmtModifiedTimestamp)
Copyright © 2020. All Rights Reserved.