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 long
getChunk_size()
String
getPrefix()
List<PropertyGroupYaml>
getProperty_groups()
String
getType()
String
getVersion()
void
setChunk_size(long chunk_size)
void
setPrefix(String prefix)
void
setProperty_groups(List<PropertyGroupYaml> property_groups)
void
setType(String type)
void
setVersion(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)
-
-