
io.github.pnoker.api.center.manager.ByProfileQueryDTOOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: device.proto
package io.github.pnoker.api.center.manager;
public interface ByProfileQueryDTOOrBuilder extends
// @@protoc_insertion_point(interface_extends:api.center.manager.ByProfileQueryDTO)
com.google.protobuf.MessageOrBuilder {
/**
*
* 模板ID
*
*
* string profile_id = 1;
* @return The profileId.
*/
java.lang.String getProfileId();
/**
*
* 模板ID
*
*
* string profile_id = 1;
* @return The bytes for profileId.
*/
com.google.protobuf.ByteString
getProfileIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy