Interface MailServicePb.MailHeaderOrBuilder (2.0.0)

public static interface MailServicePb.MailHeaderOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getName()

public abstract String getName()
Returns
Type Description
String

getNameBytes()

public abstract ByteString getNameBytes()
Returns
Type Description
com.google.protobuf.ByteString

getValue()

public abstract String getValue()
Returns
Type Description
String

getValueBytes()

public abstract ByteString getValueBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasName()

public abstract boolean hasName()
Returns
Type Description
boolean

hasValue()

public abstract boolean hasValue()
Returns
Type Description
boolean