程序包 hapi.chart
接口 TemplateOuterClass.TemplateOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TemplateOuterClass
public static interface TemplateOuterClass.TemplateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法详细资料
-
getName
String getName()
Name is the path-like name of the template.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the path-like name of the template.
string name = 1;
-
getData
com.google.protobuf.ByteString getData()
Data is the template as byte data.
bytes data = 2;
-
-