public class FetcherOptions extends Object
| 构造器和说明 |
|---|
FetcherOptions() |
FetcherOptions(String platform,
String path,
String host,
String product) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHost() |
String |
getPath() |
String |
getPlatform() |
String |
getProduct() |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPlatform(String platform) |
void |
setProduct(String product) |
public String getPlatform()
public void setPlatform(String platform)
public String getPath()
public void setPath(String path)
public String getHost()
public void setHost(String host)
public String getProduct()
public void setProduct(String product)
Copyright © 2020. All rights reserved.