程序包 hapi.chart

接口 MetadataOuterClass.MaintainerOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getEmail()
      Email is an optional email address to contact the named maintainer
      com.google.protobuf.ByteString getEmailBytes()
      Email is an optional email address to contact the named maintainer
      String getName()
      Name is a user name or organization name
      com.google.protobuf.ByteString getNameBytes()
      Name is a user name or organization name
      String getUrl()
      Url is an optional URL to an address for the named maintainer
      com.google.protobuf.ByteString getUrlBytes()
      Url is an optional URL to an address for the named maintainer
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getName

        String getName()
         Name is a user name or organization name
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name is a user name or organization name
         
        string name = 1;
      • getEmail

        String getEmail()
         Email is an optional email address to contact the named maintainer
         
        string email = 2;
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
         Email is an optional email address to contact the named maintainer
         
        string email = 2;
      • getUrl

        String getUrl()
         Url is an optional URL to an address for the named maintainer
         
        string url = 3;
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         Url is an optional URL to an address for the named maintainer
         
        string url = 3;