docstring_tokens
list
code_tokens
list
[ "normalises", "a", "uri", "or", "uri", "part", "the", "normal", "form", "is", "used", "for", "comparison", "/", "string", "matching", "this", "process", "includes", "lower", "-", "casing", "the", "uri" ]
[ "return", "value", "to", "lower", "case", "(", "locale", "english", ")", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "document", "about", "which", "you", "want", "version", "information", "<", "/", "p", ">" ]
[ "set", "name", "(", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "items", "to", "return", "for", "this", "call", "the", "call", "also", "returns", "a", "token", "that", "you", "can", "specify", "in", "a", "subsequent", "call", "to", "get", "the", "next", "set", "of", "results", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "for", "the", "next", "set", "of", "items", "to", "return", "(", "you", "received", "this", "token", "from", "a", "previous", "call", ")", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "/", "*" ]
[ "return", "response", "rates", ";" ]
[ "creates", "a", "wrapped", "{" ]
[ "return", "new", "j", "flex", "xref", "(", "new", "rust", "xref", "(", "reader", ")", ")", ";" ]
[ "rule", "params" ]
[ "return", "mapper", "(", "session", ")", "select", "params", "by", "rule", "key", "(", "key", ")", ";" ]
[ "<", "p", ">", "the", "newly", "created", "user", "<", "/", "p", ">" ]
[ "this", "user", "=", "user", ";" ]
[ "<", "p", ">", "the", "newly", "created", "user", "<", "/", "p", ">" ]
[ "return", "this", "user", ";" ]
[ "<", "p", ">", "the", "newly", "created", "user", "<", "/", "p", ">" ]
[ "set", "user", "(", "user", ")", ";", "return", "this", ";" ]
[ "increment", "and", "get", "value" ]
[ "public", "abstract", "int", "increment", "and", "get", "(", ")", ";" ]
[ "get", "value", "and", "increment" ]
[ "public", "abstract", "int", "get", "and", "increment", "(", ")", ";" ]
[ "set", "if", "value", "equals", "exp" ]
[ "public", "abstract", "void", "compare", "and", "set", "(", "int", "exp", ",", "int", "v", ")", ";" ]
[ "set", "value" ]
[ "public", "abstract", "void", "set", "(", "int", "v", ")", ";" ]
[ "<", "p", ">", "the", "subject", "<", "/", "p", ">" ]
[ "set", "subject", "(", "subject", ")", ";", "return", "this", ";" ]
[ "the", "email", "html", "body" ]
[ "this", "html", "body", "=", "html", "body", ";" ]
[ "the", "email", "html", "body" ]
[ "return", "this", "html", "body", ";" ]
[ "<", "p", ">", "the", "html", "body", "<", "/", "p", ">" ]
[ "set", "html", "body", "(", "html", "body", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "text", "body", "<", "/", "p", ">" ]
[ "this", "text", "body", "=", "text", "body", ";" ]
[ "<", "p", ">", "the", "text", "body", "<", "/", "p", ">" ]
[ "return", "this", "text", "body", ";" ]
[ "<", "p", ">", "the", "text", "body", "<", "/", "p", ">" ]
[ "set", "text", "body", "(", "text", "body", ")", ";", "return", "this", ";" ]
[ "microservice", "entry", "point" ]
[ "spring", "application", "run", "(", "image", "application", "class", ",", "args", ")", ";" ]
[ "<", "p", ">", "the", "availability", "zone", "that", "contains", "the", "hsm", "<", "/", "p", ">" ]
[ "set", "availability", "zone", "(", "availability", "zone", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "identifier", "(", "id", ")", "of", "the", "cluster", "that", "contains", "the", "hsm", "<", "/", "p", ">" ]
[ "set", "cluster", "id", "(", "cluster", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "subnet", "that", "contains", "the", "hsm", "s", "elastic", "network", "interface", "(", "eni", ")", "<", "/", "p", ">" ]
[ "set", "subnet", "id", "(", "subnet", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "identifier", "(", "id", ")", "of", "the", "hsm", "s", "elastic", "network", "interface", "(", "eni", ")", "<", "/", "p", ">" ]
[ "set", "eni", "id", "(", "eni", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "ip", "address", "of", "the", "hsm", "s", "elastic", "network", "interface", "(", "eni", ")", "<", "/", "p", ">" ]
[ "set", "eni", "ip", "(", "eni", "ip", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "hsm", "s", "identifier", "(", "id", ")", "<", "/", "p", ">" ]
[ "set", "hsm", "id", "(", "hsm", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "hsm", "s", "state", "<", "/", "p", ">" ]
[ "set", "state", "(", "state", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "hsm", "s", "state", "<", "/", "p", ">" ]
[ "this", "state", "=", "state", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "description", "of", "the", "hsm", "s", "state", "<", "/", "p", ">" ]
[ "set", "state", "message", "(", "state", "message", ")", ";", "return", "this", ";" ]
[ "main", "method" ]
[ "int", "[", "]", "a", "=", "{", "2", ",", "1", ",", "1", ",", "2", ",", "1", ",", "2", ",", "2", "}", ";", "int", "[", "]", "result", "=", "new", "pour", "water", "(", ")", "pour", "water", "(", "a", ",", "4", ",", "3", ")", ";", "for", "(", "int", "i", ":", "result", ")", "{", "system", "out", "print", "(", "i", "+", "\"", "\"", ")", ";", "}" ]
[ "verifies", "that", "the", "response", "code", "is", "valid", "if", "it", "is", "not", "valid", "it", "will", "return", "the", "<", "code", ">", "obex", "http", "internal", "error", "<", "/", "code", ">", "response", "code" ]
[ "if", "(", "(", "code", ">", "=", "response", "codes", "obex", "http", "ok", ")", "&", "&", "(", "code", "<", "=", "response", "codes", "obex", "http", "partial", ")", ")", "{", "return", "code", ";", "}", "if", "(", "(", "code", ">", "=", "response", "codes", "obex", "http", "mult", "choice", ")", "&", "&", "(", "code", "<", "=", "response", "codes", "obex", "http", "use", "proxy", ")", ")", "{", "return", "code", ";", "}", "if", "(", "(", "code", ">", "=", "response", "codes", "obex", "http", "bad", "request", ")", "&", "&", "(", "code", "<", "=", "response", "codes", "obex", "http", "unsupported", "type", ")", ")", "{", "return", "code", ";", "}", "if", "(", "(", "code", ">", "=", "response", "codes", "obex", "http", "internal", "error", ")", "&", "&", "(", "code", "<", "=", "response", "codes", "obex", "http", "version", ")", ")", "{", "return", "code", ";", "}", "if", "(", "(", "code", ">", "=", "response", "codes", "obex", "database", "full", ")", "&", "&", "(", "code", "<", "=", "response", "codes", "obex", "database", "locked", ")", ")", "{", "return", "code", ";", "}", "return", "response", "codes", "obex", "http", "internal", "error", ";" ]
[ "<", "pre", ">", "amount", "is", "integer", "-", "number", "-", "of", "-", "satoshis", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", ";" ]
[ "<", "pre", ">", "amount", "is", "integer", "-", "number", "-", "of", "-", "satoshis", "<", "/", "pre", ">" ]
[ "return", "amount", ";" ]
[ "<", "pre", ">", "usually", "one", "of", "the", "standard", "script", "forms", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", ";" ]
[ "<", "pre", ">", "usually", "one", "of", "the", "standard", "script", "forms", "<", "/", "pre", ">" ]
[ "return", "script", ";" ]
[ "<", "pre", ">", "main", "or", "test", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", ";" ]
[ "<", "pre", ">", "main", "or", "test", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "network", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "return", "(", "java", "lang", "string", ")", "ref", ";", "}", "else", "{", "com", "google", "protobuf", "byte", "string", "bs", "=", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "java", "lang", "string", "s", "=", "bs", "to", "string", "utf", "8", "(", ")", ";", "if", "(", "bs", "is", "valid", "utf", "8", "(", ")", ")", "{", "network", "=", "s", ";", "}", "return", "s", ";", "}" ]
[ "<", "pre", ">", "main", "or", "test", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "network", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "com", "google", "protobuf", "byte", "string", "b", "=", "com", "google", "protobuf", "byte", "string", "copy", "from", "utf", "8", "(", "(", "java", "lang", "string", ")", "ref", ")", ";", "network", "=", "b", ";", "return", "b", ";", "}", "else", "{", "return", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "}" ]
[ "<", "pre", ">", "where", "payment", "should", "be", "sent", "<", "/", "pre", ">" ]
[ "return", "outputs", ";" ]
[ "<", "pre", ">", "where", "payment", "should", "be", "sent", "<", "/", "pre", ">" ]
[ "return", "outputs", ";" ]
[ "<", "pre", ">", "where", "payment", "should", "be", "sent", "<", "/", "pre", ">" ]
[ "return", "outputs", "size", "(", ")", ";" ]
[ "<", "pre", ">", "where", "payment", "should", "be", "sent", "<", "/", "pre", ">" ]
[ "return", "outputs", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "where", "payment", "should", "be", "sent", "<", "/", "pre", ">" ]
[ "return", "outputs", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "timestamp", ";", "when", "this", "request", "should", "be", "considered", "invalid", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "4", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "4", ")", ";" ]
[ "<", "pre", ">", "timestamp", ";", "when", "this", "request", "should", "be", "considered", "invalid", "<", "/", "pre", ">" ]
[ "return", "expires", ";" ]
[ "<", "pre", ">", "human", "-", "readable", "description", "of", "request", "for", "the", "customer", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "8", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "8", ")", ";" ]
[ "<", "pre", ">", "memo", "of", "the", "transaction", "it", "can", "be", "used", "to", "record", "the", "memo", "of", "the", "payment", "request", "that", "initiated", "the", "transaction", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "memo", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "return", "(", "java", "lang", "string", ")", "ref", ";", "}", "else", "{", "com", "google", "protobuf", "byte", "string", "bs", "=", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "java", "lang", "string", "s", "=", "bs", "to", "string", "utf", "8", "(", ")", ";", "if", "(", "bs", "is", "valid", "utf", "8", "(", ")", ")", "{", "memo", "=", "s", ";", "}", "return", "s", ";", "}" ]
[ "<", "pre", ">", "memo", "of", "the", "transaction", "it", "can", "be", "used", "to", "record", "the", "memo", "of", "the", "payment", "request", "that", "initiated", "the", "transaction", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "memo", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "com", "google", "protobuf", "byte", "string", "b", "=", "com", "google", "protobuf", "byte", "string", "copy", "from", "utf", "8", "(", "(", "java", "lang", "string", ")", "ref", ")", ";", "memo", "=", "b", ";", "return", "b", ";", "}", "else", "{", "return", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "}" ]
[ "<", "pre", ">", "url", "to", "send", "payment", "and", "get", "payment", "a", "c", "k", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "1", "0", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "1", "0", ")", ";" ]
[ "<", "pre", ">", "url", "to", "send", "payment", "and", "get", "payment", "a", "c", "k", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "payment", "url", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "return", "(", "java", "lang", "string", ")", "ref", ";", "}", "else", "{", "com", "google", "protobuf", "byte", "string", "bs", "=", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "java", "lang", "string", "s", "=", "bs", "to", "string", "utf", "8", "(", ")", ";", "if", "(", "bs", "is", "valid", "utf", "8", "(", ")", ")", "{", "payment", "url", "=", "s", ";", "}", "return", "s", ";", "}" ]
[ "<", "pre", ">", "url", "to", "send", "payment", "and", "get", "payment", "a", "c", "k", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "payment", "url", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "com", "google", "protobuf", "byte", "string", "b", "=", "com", "google", "protobuf", "byte", "string", "copy", "from", "utf", "8", "(", "(", "java", "lang", "string", ")", "ref", ")", ";", "payment", "url", "=", "b", ";", "return", "b", ";", "}", "else", "{", "return", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "}" ]
[ "<", "pre", ">", "arbitrary", "data", "to", "include", "in", "the", "payment", "message", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "2", "0", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "2", "0", ")", ";" ]
[ "<", "pre", ">", "from", "payment", "details", "merchant", "data", "<", "/", "pre", ">" ]
[ "return", "merchant", "data", ";" ]
[ "<", "code", ">", "optional", "uint", "3", "2", "payment", "details", "version", "=", "1", "[", "default", "=", "1", "]", ";", "<", "/", "code", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", ";" ]
[ "<", "code", ">", "optional", "uint", "3", "2", "payment", "details", "version", "=", "1", "[", "default", "=", "1", "]", ";", "<", "/", "code", ">" ]
[ "return", "payment", "details", "version", ";" ]
[ "<", "pre", ">", "none", "/", "x", "5", "0", "9", "+", "sha", "2", "5", "6", "/", "x", "5", "0", "9", "+", "sha", "1", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", ";" ]
[ "<", "pre", ">", "none", "/", "x", "5", "0", "9", "+", "sha", "2", "5", "6", "/", "x", "5", "0", "9", "+", "sha", "1", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "pki", "type", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "return", "(", "java", "lang", "string", ")", "ref", ";", "}", "else", "{", "com", "google", "protobuf", "byte", "string", "bs", "=", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "java", "lang", "string", "s", "=", "bs", "to", "string", "utf", "8", "(", ")", ";", "if", "(", "bs", "is", "valid", "utf", "8", "(", ")", ")", "{", "pki", "type", "=", "s", ";", "}", "return", "s", ";", "}" ]
[ "<", "pre", ">", "none", "/", "x", "5", "0", "9", "+", "sha", "2", "5", "6", "/", "x", "5", "0", "9", "+", "sha", "1", "<", "/", "pre", ">" ]
[ "java", "lang", "object", "ref", "=", "pki", "type", ";", "if", "(", "ref", "instanceof", "java", "lang", "string", ")", "{", "com", "google", "protobuf", "byte", "string", "b", "=", "com", "google", "protobuf", "byte", "string", "copy", "from", "utf", "8", "(", "(", "java", "lang", "string", ")", "ref", ")", ";", "pki", "type", "=", "b", ";", "return", "b", ";", "}", "else", "{", "return", "(", "com", "google", "protobuf", "byte", "string", ")", "ref", ";", "}" ]
[ "<", "pre", ">", "depends", "on", "pki", "type", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "4", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "4", ")", ";" ]
[ "<", "pre", ">", "depends", "on", "pki", "type", "<", "/", "pre", ">" ]
[ "return", "pki", "data", ";" ]
[ "<", "pre", ">", "payment", "details", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "8", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "8", ")", ";" ]
[ "<", "pre", ">", "payment", "details", "<", "/", "pre", ">" ]
[ "return", "serialized", "payment", "details", ";" ]
[ "<", "pre", ">", "pki", "-", "dependent", "signature", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "1", "0", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "1", "0", ")", ";" ]
[ "<", "pre", ">", "der", "-", "encoded", "x", "509", "certificate", "chain", "<", "/", "pre", ">" ]
[ "return", "certificate", ";" ]
[ "<", "pre", ">", "der", "-", "encoded", "x", "509", "certificate", "chain", "<", "/", "pre", ">" ]
[ "return", "certificate", "size", "(", ")", ";" ]
[ "<", "pre", ">", "der", "-", "encoded", "x", "509", "certificate", "chain", "<", "/", "pre", ">" ]
[ "return", "certificate", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "from", "payment", "details", "merchant", "data", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", ";" ]
[ "<", "pre", ">", "signed", "transactions", "that", "satisfy", "payment", "details", "outputs", "<", "/", "pre", ">" ]
[ "return", "transactions", ";" ]
[ "<", "pre", ">", "signed", "transactions", "that", "satisfy", "payment", "details", "outputs", "<", "/", "pre", ">" ]
[ "return", "transactions", "size", "(", ")", ";" ]
[ "<", "pre", ">", "signed", "transactions", "that", "satisfy", "payment", "details", "outputs", "<", "/", "pre", ">" ]
[ "return", "transactions", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "where", "to", "send", "refunds", "if", "a", "refund", "is", "necessary", "<", "/", "pre", ">" ]
[ "return", "refund", "to", ";" ]
[ "<", "pre", ">", "where", "to", "send", "refunds", "if", "a", "refund", "is", "necessary", "<", "/", "pre", ">" ]
[ "return", "refund", "to", ";" ]
[ "<", "pre", ">", "where", "to", "send", "refunds", "if", "a", "refund", "is", "necessary", "<", "/", "pre", ">" ]
[ "return", "refund", "to", "size", "(", ")", ";" ]
[ "<", "pre", ">", "where", "to", "send", "refunds", "if", "a", "refund", "is", "necessary", "<", "/", "pre", ">" ]
[ "return", "refund", "to", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "where", "to", "send", "refunds", "if", "a", "refund", "is", "necessary", "<", "/", "pre", ">" ]
[ "return", "refund", "to", "get", "(", "index", ")", ";" ]
[ "<", "pre", ">", "human", "-", "readable", "message", "for", "customer", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "2", ")", ";" ]
[ "<", "pre", ">", "payment", "message", "that", "triggered", "this", "ack", "<", "/", "pre", ">" ]
[ "return", "(", "(", "bit", "field", "0", "&", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", "=", "=", "0x", "0", "0", "0", "0", "0", "0", "0", "1", ")", ";" ]
[ "<", "pre", ">", "payment", "message", "that", "triggered", "this", "ack", "<", "/", "pre", ">" ]
[ "return", "payment", "=", "=", "null", "?", "org", "bitcoin", "protocols", "payments", "protos", "payment", "get", "default", "instance", "(", ")", ":", "payment", ";" ]
[ "<", "pre", ">", "payment", "message", "that", "triggered", "this", "ack", "<", "/", "pre", ">" ]
[ "return", "payment", "=", "=", "null", "?", "org", "bitcoin", "protocols", "payments", "protos", "payment", "get", "default", "instance", "(", ")", ":", "payment", ";" ]
[ "<", "p", ">", "the", "unique", "identifier", "for", "the", "request", "that", "generated", "the", "trace", "s", "segments", "and", "subsegments", "<", "/", "p", ">" ]
[ "set", "id", "(", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "time", "of", "the", "root", "segment", "and", "the", "end", "time", "of", "the", "last", "segment", "that", "completed", "<", "/", "p", ">" ]
[ "this", "duration", "=", "duration", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "time", "of", "the", "root", "segment", "and", "the", "end", "time", "of", "the", "last", "segment", "that", "completed", "<", "/", "p", ">" ]
[ "return", "this", "duration", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "time", "of", "the", "root", "segment", "and", "the", "end", "time", "of", "the", "last", "segment", "that", "completed", "<", "/", "p", ">" ]
[ "set", "duration", "(", "duration", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "and", "end", "times", "of", "the", "root", "segment", "if", "the", "service", "performs", "work", "asynchronously", "the", "response", "time", "measures", "the", "time", "before", "the", "response", "is", "sent", "to", "the", "user", "while", "the", "duration", "measures", "the", "amount", "of", "time", "before", "the", "last", "traced", "activity", "completes", "<", "/", "p", ">" ]
[ "this", "response", "time", "=", "response", "time", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "and", "end", "times", "of", "the", "root", "segment", "if", "the", "service", "performs", "work", "asynchronously", "the", "response", "time", "measures", "the", "time", "before", "the", "response", "is", "sent", "to", "the", "user", "while", "the", "duration", "measures", "the", "amount", "of", "time", "before", "the", "last", "traced", "activity", "completes", "<", "/", "p", ">" ]
[ "return", "this", "response", "time", ";" ]
[ "<", "p", ">", "the", "length", "of", "time", "in", "seconds", "between", "the", "start", "and", "end", "times", "of", "the", "root", "segment", "if", "the", "service", "performs", "work", "asynchronously", "the", "response", "time", "measures", "the", "time", "before", "the", "response", "is", "sent", "to", "the", "user", "while", "the", "duration", "measures", "the", "amount", "of", "time", "before", "the", "last", "traced", "activity", "completes", "<", "/", "p", ">" ]
[ "set", "response", "time", "(", "response", "time", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "500", "series", "error", "<", "/", "p", ">" ]
[ "this", "has", "fault", "=", "has", "fault", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "500", "series", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "fault", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "500", "series", "error", "<", "/", "p", ">" ]
[ "set", "has", "fault", "(", "has", "fault", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "500", "series", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "fault", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "400", "series", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "error", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "400", "series", "error", "<", "/", "p", ">" ]
[ "set", "has", "error", "(", "has", "error", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "400", "series", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "error", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "429", "throttling", "error", "<", "/", "p", ">" ]
[ "this", "has", "throttle", "=", "has", "throttle", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "429", "throttling", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "throttle", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "429", "throttling", "error", "<", "/", "p", ">" ]
[ "set", "has", "throttle", "(", "has", "throttle", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "has", "a", "429", "throttling", "error", "<", "/", "p", ">" ]
[ "return", "this", "has", "throttle", ";" ]
[ "<", "p", ">", "one", "or", "more", "of", "the", "segment", "documents", "is", "in", "progress", "<", "/", "p", ">" ]
[ "this", "is", "partial", "=", "is", "partial", ";" ]