public class DataBlock extends Object
| Constructor and Description |
|---|
DataBlock(int cityId,
String region) |
DataBlock(int cityId,
String region,
int dataPtr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCityId() |
int |
getDataPtr() |
String |
getRegion() |
void |
setCityId(int cityId) |
void |
setDataPtr(int dataPtr) |
void |
setRegion(String region) |
String |
toString() |
public DataBlock(int cityId,
String region,
int dataPtr)
public DataBlock(int cityId,
String region)
Copyright © 2025. All rights reserved.