All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.java.ServiceVO.template Maven / Gradle / Ivy

The newest version!
package @[email protected];

import @[email protected].*;
import com.google.protobuf.ByteString;

public class @service_response@VO {

@voVariables@

@voNullVariables@

    public @service_response@VO(){

    }

    public @service_response@VO(@voConstructorVariables@) {
@voThisVarAssignment@

    }

@voDisableProtoS@
    public @service_response@Record buildProto() {
        @[email protected] recordBuilder = @[email protected]();
        @builders@
@voToProtoRecord@
        return recordBuilder.build();
    }
@voDisableProtoE@

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy