public class WalkPathMetaData extends AlipayObject
| 构造器和说明 |
|---|
WalkPathMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGroupId() |
String |
getPathId() |
Long |
getPathLength() |
Long |
getPathStepCount() |
String |
getStrPathLength() |
String |
getTitle() |
void |
setGroupId(String groupId) |
void |
setPathId(String pathId) |
void |
setPathLength(Long pathLength) |
void |
setPathStepCount(Long pathStepCount) |
void |
setStrPathLength(String strPathLength) |
void |
setTitle(String title) |
public String getGroupId()
public void setGroupId(String groupId)
public String getPathId()
public void setPathId(String pathId)
public Long getPathLength()
public void setPathLength(Long pathLength)
public Long getPathStepCount()
public void setPathStepCount(Long pathStepCount)
public String getStrPathLength()
public void setStrPathLength(String strPathLength)
public String getTitle()
public void setTitle(String title)
Copyright © 2024. All rights reserved.