public class RasterStorageInfo extends Object
| Constructor and Description |
|---|
RasterStorageInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getPassword()
密码
|
String |
getType()
存储类型
|
String |
getUrl()
存储连接地址
|
String |
getUserName()
用户名
|
int |
hashCode() |
void |
setPassword(String password)
密码
|
void |
setType(String type)
存储类型
|
void |
setUrl(String url)
存储连接地址
|
void |
setUserName(String userName)
用户名
|
String |
toString() |
public String getType()
public String getUrl()
public String getUserName()
public String getPassword()
public void setType(String type)
public void setUrl(String url)
public void setUserName(String userName)
public void setPassword(String password)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.