
com.dyuproject.protostuff.ds.prk.b4.KbP41 Maven / Gradle / Ivy
The newest version!
// Generated by fbsgen from p/ds/prk/p4/P41.proto
package com.dyuproject.protostuff.ds.prk.b4;
import com.dyuproject.protostuff.KeyBuilder;
import com.dyuproject.protostuffdb.EntityMetadata;
public final class KbP41
{
private KbP41() {}
public static KeyBuilder byP411(int indexId,
int p0, int p1,
int p2,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append8(p2);
}
public static KeyBuilder byP414(int indexId,
int p0, int p1,
int p2,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append(p2);
}
public static KeyBuilder byP418(int indexId,
int p0, int p1,
long p2,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append(p2);
}
public static KeyBuilder byP41D(int indexId,
int p0, int p1,
long p2,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append6Bytes(p2);
}
public static KeyBuilder byP41D(int indexId,
int p0, int p1,
byte[] p2, int p2off,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append(p2, p2off, 6);
}
public static KeyBuilder byP41K(int indexId,
int p0, int p1,
byte[] p2, int p2off,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.$append(p2, p2off, 9);
}
public static KeyBuilder byP41S(int indexId,
int p0, int p1,
String p2,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.append(p2);
}
public static KeyBuilder byP41S(int indexId,
int p0, int p1,
byte[] p2, int p2off, int p2len,
EntityMetadata em, KeyBuilder kb)
{
return kb.begin(indexId, em)
.$append(p0).$append8(p1)
.append(p2, p2off, p2len);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy