Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
530fd662c015083a94526b9e4370892565409de6
/
.
/
lib
/
java
/
src
/
protocol
/
TStruct.java
blob: b8b94ce0d861a3d1576eaae49484694ff4d2cd99 [
file
] [
log
] [
blame
]
package
com
.
facebook
.
thrift
.
protocol
;
/**
* Helper class that encapsulates struct metadata.
*
* @author Mark Slee <mcslee@facebook.com>
*/
public
class
TStruct
{
public
TStruct
()
{}
public
TStruct
(
String
n
)
{
name
=
n
;
}
public
String
name
=
""
;
}