Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
bb374985
Commit
bb374985
authored
Apr 21, 2020
by
单奇雲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common
parent
fc9c31ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
RegionTreeResponse.java
...oin/amos/fas/core/common/response/RegionTreeResponse.java
+81
-0
No files found.
YeeAmosFireAutoSysCommon/src/main/java/com/yeejoin/amos/fas/core/common/response/RegionTreeResponse.java
0 → 100644
View file @
bb374985
package
com
.
yeejoin
.
amos
.
fas
.
core
.
common
.
response
;
import
java.util.List
;
public
class
RegionTreeResponse
{
private
Long
id
;
private
String
name
;
private
String
code
;
private
Long
parentId
;
private
String
ue4Location
;
private
String
ue4Rotation
;
private
String
ue4Extent
;
private
Boolean
isBind
;
private
List
<
RegionTreeResponse
>
children
;
private
String
type
;
public
Long
getId
()
{
return
id
;
}
public
void
setId
(
Long
id
)
{
this
.
id
=
id
;
}
public
String
getName
()
{
return
name
;
}
public
void
setName
(
String
name
)
{
this
.
name
=
name
;
}
public
String
getCode
()
{
return
code
;
}
public
void
setCode
(
String
code
)
{
this
.
code
=
code
;
}
public
Long
getParentId
()
{
return
parentId
;
}
public
void
setParentId
(
Long
parentId
)
{
this
.
parentId
=
parentId
;
}
public
String
getUe4Location
()
{
return
ue4Location
;
}
public
void
setUe4Location
(
String
ue4Location
)
{
this
.
ue4Location
=
ue4Location
;
}
public
String
getUe4Rotation
()
{
return
ue4Rotation
;
}
public
void
setUe4Rotation
(
String
ue4Rotation
)
{
this
.
ue4Rotation
=
ue4Rotation
;
}
public
String
getUe4Extent
()
{
return
ue4Extent
;
}
public
void
setUe4Extent
(
String
ue4Extent
)
{
this
.
ue4Extent
=
ue4Extent
;
}
public
Boolean
getIsBind
()
{
return
isBind
;
}
public
void
setIsBind
(
Boolean
isBind
)
{
this
.
isBind
=
isBind
;
}
public
List
<
RegionTreeResponse
>
getChildren
()
{
return
children
;
}
public
void
setChildren
(
List
<
RegionTreeResponse
>
children
)
{
this
.
children
=
children
;
}
public
String
getType
()
{
return
type
;
}
public
void
setType
(
String
type
)
{
this
.
type
=
type
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment