Package org.apache.graphar.info.yaml
Class VertexYaml
- java.lang.Object
-
- org.apache.graphar.info.yaml.VertexYaml
-
public class VertexYaml extends Object
-
-
Constructor Summary
Constructors Constructor Description VertexYaml()VertexYaml(VertexInfo vertexInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChunk_size()StringgetPrefix()List<PropertyGroupYaml>getProperty_groups()StringgetType()StringgetVersion()voidsetChunk_size(long chunk_size)voidsetPrefix(String prefix)voidsetProperty_groups(List<PropertyGroupYaml> property_groups)voidsetType(String type)voidsetVersion(String version)
-
-
-
Constructor Detail
-
VertexYaml
public VertexYaml()
-
VertexYaml
public VertexYaml(VertexInfo vertexInfo)
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getChunk_size
public long getChunk_size()
-
setChunk_size
public void setChunk_size(long chunk_size)
-
getProperty_groups
public List<PropertyGroupYaml> getProperty_groups()
-
setProperty_groups
public void setProperty_groups(List<PropertyGroupYaml> property_groups)
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-